feat: add issue templates
All checks were successful
Build Project / build (push) Successful in 2m30s

This commit is contained in:
TheClashFruit 2023-08-10 13:51:01 +02:00
parent aebcbb44e0
commit 5152eb69e2
Signed by: TheClashFruit
GPG key ID: CF4A319B9A73290C
4 changed files with 64 additions and 0 deletions

View file

@ -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.

View file

@ -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!

View file

@ -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.

View file

@ -0,0 +1,7 @@
---
name: Other
about: Anything other.
title: ''
labels: ''
assignees: ''
---