Add issue types to issue templates

34363e6875b907983f64f2fb3ea2268dfae59ab6

Wolfsblvt <wolfsblvt@gmail.com>

2 files changed, +2 -0Showing whitespace changes
.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+1 -0
@@ -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']