Skip to content

Commit 7dacdc7

Browse files
committed
Using correct label names in issue forms.
[skip ci]
1 parent 1ca3c06 commit 7dacdc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 🐛 Bug Report
22
description: File a bug report
33
title: "[🐛 Bug]: "
4-
labels: [ bug, needs-triaging ]
4+
labels: [ I-defect, needs-triaging ]
55
body:
66
- type: markdown
77
attributes:

.github/ISSUE_TEMPLATE/feature_proposal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 🚀 Feature Proposal
22
description: Propose a feature
33
title: "[🚀 Feature]: "
4-
labels: [ feature, needs-triaging ]
4+
labels: [ I-enhancement, needs-triaging ]
55
body:
66
- type: markdown
77
attributes:

0 commit comments

Comments
 (0)