Skip to content

Commit 62d8a55

Browse files
authored
modify the template title (#6589)
1 parent 7e5bbbd commit 62d8a55

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/ask-a-question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Ask a question
33
about: Something is unclear or needs clarification
4-
title: '[QUESTION] '
4+
title: '[Question]'
55
labels: 'type:docs'
66
assignees: ''
77

.github/ISSUE_TEMPLATE/report-a-bug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Report a bug
33
about: Create a report to help us improve
4-
title: '[BUG] '
4+
title: '[Bug]'
55
labels: 'type:bug'
66
assignees: ''
77

.github/ISSUE_TEMPLATE/request-a-feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Request a feature
33
about: Suggest an idea for this project
4-
title: '[FEATURE] '
4+
title: '[Feature]'
55
labels: 'type:feature'
66
assignees: ''
77

0 commit comments

Comments
 (0)