Skip to content

Commit bbf3369

Browse files
authored
Merge pull request #9 from Sunny6889/fix_issue_template
fix(doc): modify the template title
2 parents 7e5bbbd + 3ad590e commit bbf3369

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)