We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e5bbbd + 3ad590e commit bbf3369Copy full SHA for bbf3369
3 files changed
.github/ISSUE_TEMPLATE/ask-a-question.md
@@ -1,7 +1,7 @@
1
---
2
name: Ask a question
3
about: Something is unclear or needs clarification
4
-title: '[QUESTION] '
+title: '[Question]'
5
labels: 'type:docs'
6
assignees: ''
7
.github/ISSUE_TEMPLATE/report-a-bug.md
name: Report a bug
about: Create a report to help us improve
-title: '[BUG] '
+title: '[Bug]'
labels: 'type:bug'
.github/ISSUE_TEMPLATE/request-a-feature.md
name: Request a feature
about: Suggest an idea for this project
-title: '[FEATURE] '
+title: '[Feature]'
labels: 'type:feature'
0 commit comments