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 @@
1name: Bug Report πŸ›1name: Bug Report πŸ›
2type: Bug
2description: 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.3description: 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.
3title: '[BUG] <title>'4title: '[BUG] <title>'
4labels: ['πŸ› Bug']5labels: ['πŸ› Bug']
.github/ISSUE_TEMPLATE/feature-request.yml+2 -1
@@ -1,4 +1,5 @@
1name: Feature Request ✨1name: Feature Request ✨
2type: Feature
2description: Suggest an idea for future development of this project. Please use English only.3description: Suggest an idea for future development of this project. Please use English only.
3title: '[FEATURE_REQUEST] <title>'4title: '[FEATURE_REQUEST] <title>'
4labels: ['πŸ¦„ Feature Request']5labels: ['πŸ¦„ Feature Request']
@@ -32,7 +33,7 @@ body:
32 id: solution33 id: solution
33 attributes:34 attributes:
34 label: Describe the solution you'd like35 label: Describe the solution you'd like
35 placeholder: An outline of how you would like this to be implemented, include as much details as possible 36 placeholder: An outline of how you would like this to be implemented, include as much details as possible
36 validations:37 validations:
37 required: true38 required: true
3839