Skip to content

Commit 040ea41

Browse files
authored
feat(issue): Add labels to issue templates (#5358)
1 parent 586601f commit 040ea41

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
@@ -2,7 +2,7 @@
22
name: Ask a question
33
about: Something is unclear
44
title: ''
5-
labels: ''
5+
labels: 'type:docs'
66
assignees: ''
77

88
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Report a bug
33
about: Create a report to help us improve
44
title: ''
5-
labels: ''
5+
labels: 'type:bug'
66
assignees: ''
77

88
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Request a feature
33
about: Suggest an idea for this project
44
title: ''
5-
labels: ''
5+
labels: 'type:feature'
66
assignees: ''
77

88
---

0 commit comments

Comments
 (0)