Add issue types to issue templates

34363e6875b907983f64f2fb3ea2268dfae59ab6

Wolfsblvt <wolfsblvt@gmail.com>

2 files changed, +3 -1Ignore whitespace
.github/ISSUE_TEMPLATE/bug-report.yml+1 -0
@@ -1,4 +1,5 @@
11name: Bug Report 🐛
2+type: Bug
23description: Report something that's not working the intended way. Support requests for external programs (reverse proxies, 3rd party servers, other peoples' forks) will be refused! Please use English only.
34title: '[BUG] <title>'
45labels: ['🐛 Bug']
.github/ISSUE_TEMPLATE/feature-request.yml+2 -1
@@ -1,4 +1,5 @@
11name: Feature Request ✨
2+type: Feature
23description: Suggest an idea for future development of this project. Please use English only.
34title: '[FEATURE_REQUEST] <title>'
45labels: ['🦄 Feature Request']
@@ -32,7 +33,7 @@ body:
3233 id: solution
3334 attributes:
3435 label: Describe the solution you'd like
3536 placeholder: An outline of how you would like this to be implemented, include as much details as possible
3637 validations:
3738 required: true
3839