We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1099bf9 + 0bac1ea commit a2d3fffCopy full SHA for a2d3fff
3 files changed
.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,8 +1,8 @@
1
---
2
name: Bug report
3
about: Create a report to help us improve
4
-title: ''
5
-labels: ''
+title: '[BUG] '
+labels: 'bug'
6
assignees: ''
7
8
.github/ISSUE_TEMPLATE/feature_request.md
name: Feature request
about: Suggest an idea for this project
+title: '[FEATURE] '
+labels: 'enhancement'
.github/ISSUE_TEMPLATE/question.md
name: Question
about: Please ask your question, make sure to read the FAQ before
+title: '[QUESTION] '
+labels: 'question'
0 commit comments