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 @@
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+1 -0
@@ -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']