Skip to content

Commit 561d5fb

Browse files
committed
Update label names in issue templates
This repositories label names have been customized. The label names defined in the templates will automatically be added to issues created using that template, so the template labels must match with the repository's labeling convention.
1 parent df0aafd commit 561d5fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.md

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

88
---

Diff for: .github/ISSUE_TEMPLATE/feature_request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: enhancement
5+
labels: 'type: enhancement'
66
assignees: ''
77

88
---

0 commit comments

Comments
 (0)