From 68ba67027b3ee37041bb99ab84b2b8167cf4b5f2 Mon Sep 17 00:00:00 2001 From: FifthWit Date: Thu, 13 Mar 2025 13:51:10 -0500 Subject: [PATCH] Setup the github repo --- .github/ISSUE_TEMPLATE.yml | 73 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 10 +++++ README.md | 3 ++ 3 files changed, 86 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.yml create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.yml b/.github/ISSUE_TEMPLATE.yml new file mode 100644 index 0000000..a8128d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.yml @@ -0,0 +1,73 @@ +name: Bug Report or Feature Request +description: File a bug report or request a new feature... llm template so sorry if it breaks +title: "[BUG/FEATURE]: " +labels: ["triage"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this issue! + - type: dropdown + id: issue-type + attributes: + label: Issue Type + description: What type of issue are you reporting? + options: + - Bug + - Feature Request + - Documentation Issue + - Question + validations: + required: true + - type: textarea + id: description + attributes: + label: Description + description: A clear and concise description of the issue. + placeholder: Tell us what you see or want to see! + validations: + required: true + - type: textarea + id: expected + attributes: + label: Expected Behavior + description: What did you expect to happen? + placeholder: Describe what you expected to happen. + validations: + required: false + - type: textarea + id: current + attributes: + label: Current Behavior + description: What actually happened? + placeholder: Describe what actually happened. + validations: + required: false + - type: textarea + id: steps + attributes: + label: Steps To Reproduce + description: Steps to reproduce the behavior. + placeholder: | + 1. In this environment... + 2. With this config... + 3. Run '...' + 4. See error... + validations: + required: false + - type: textarea + id: environment + attributes: + label: Environment + description: | + examples: + - **OS**: Ubuntu 20.04 + - **Node**: 14.17.0 + - **npm**: 6.14.13 + value: | + - OS: + - Node: + - npm: + render: markdown + validations: + required: false diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..04ab884 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ +## Description +Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. + +Fixes # (issue) + +## Type of change +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] Documentation update \ No newline at end of file diff --git a/README.md b/README.md index 3ac9dca..e5501af 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # BackendV2 +[![Donate](https://img.shields.io/badge/Donate-GitHub%20Sponsors-PURPLE)](https://github.com/sponsors/FifthWit) + + BackendV2 is a from scratch rewrite for the old Fastify and MikroOrm version with backwards compatibility! ## Tech Stack