From 5152eb69e24e7ffe82655fa9e27d67287d2262ef Mon Sep 17 00:00:00 2001 From: TheClashFruit Date: Thu, 10 Aug 2023 13:51:01 +0200 Subject: [PATCH] feat: add issue templates --- .gitea/ISSUE_TEMPLATE/bug_report.md | 33 ++++++++++++++++++++++++ .gitea/ISSUE_TEMPLATE/config.yml | 5 ++++ .gitea/ISSUE_TEMPLATE/feature_request.md | 19 ++++++++++++++ .gitea/ISSUE_TEMPLATE/other.md | 7 +++++ 4 files changed, 64 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/bug_report.md create mode 100644 .gitea/ISSUE_TEMPLATE/config.yml create mode 100644 .gitea/ISSUE_TEMPLATE/feature_request.md create mode 100644 .gitea/ISSUE_TEMPLATE/other.md diff --git a/.gitea/ISSUE_TEMPLATE/bug_report.md b/.gitea/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..8ba3019 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug Report +about: Create a report to help us improve +title: '' +labels: Kind/Bug +assignees: '' +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment (please complete the following information):** +- Minecraft: [e.g. 1.20.1] +- Fabric API: [e.g. 0.86.1+1.20.1] +- Fabric Loader: [e.g. 0.14.22] +- Version: [e.g. 1.0.0-rc.1] +- Other Mods: [e.g. Mod Menu, Sodium] + +**Additional context** +Add any other context about the problem here. Such as logs. \ No newline at end of file diff --git a/.gitea/ISSUE_TEMPLATE/config.yml b/.gitea/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..7ff5be7 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Discord + url: https://discord.gg/CWEApqJ6rc + about: Got a question? Join our Discord server! \ No newline at end of file diff --git a/.gitea/ISSUE_TEMPLATE/feature_request.md b/.gitea/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..edc6d24 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,19 @@ +--- +name: Feature Request +about: Suggest an idea for this project +title: '' +labels: Kind/Enhancement +assignees: '' +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. \ No newline at end of file diff --git a/.gitea/ISSUE_TEMPLATE/other.md b/.gitea/ISSUE_TEMPLATE/other.md new file mode 100644 index 0000000..989718f --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/other.md @@ -0,0 +1,7 @@ +--- +name: Other +about: Anything other. +title: '' +labels: '' +assignees: '' +---