diff --git a/.github/ISSUE_TEMPLATE/ask-a-question.md b/.github/ISSUE_TEMPLATE/ask-a-question.md index 03263ef7..f2017630 100644 --- a/.github/ISSUE_TEMPLATE/ask-a-question.md +++ b/.github/ISSUE_TEMPLATE/ask-a-question.md @@ -1,7 +1,7 @@ --- name: Ask a question about: Something is unclear or needs clarification -title: '[QUESTION] ' +title: '[Question] ' labels: 'type:docs' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md index 0b47046a..197a2637 100644 --- a/.github/ISSUE_TEMPLATE/report-a-bug.md +++ b/.github/ISSUE_TEMPLATE/report-a-bug.md @@ -1,7 +1,7 @@ --- name: Report a bug about: Create a report to help us improve -title: '[BUG] ' +title: '[Bug] ' labels: 'type:bug' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/request-a-feature.md b/.github/ISSUE_TEMPLATE/request-a-feature.md index 341431e1..ba1ff76e 100644 --- a/.github/ISSUE_TEMPLATE/request-a-feature.md +++ b/.github/ISSUE_TEMPLATE/request-a-feature.md @@ -1,7 +1,7 @@ --- name: Request a feature about: Suggest an idea for this project -title: '[FEATURE] ' +title: '[Feature] ' labels: 'type:feature' assignees: ''