Skip to content

Commit a9104bb

Browse files
committed
update issue templates to use new issue type field [skip ci]
1 parent a018096 commit a9104bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/1-report-bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "🐛 Bug report"
2-
labels: ["bug"]
2+
type: "Bug"
33
description: Create a bug report to help us improve
44

55
body:

.github/ISSUE_TEMPLATE/2-feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "🚀 Feature request"
2-
labels: ["enhancement"]
2+
type: "feature"
33
description: I have a suggestion
44

55
body:

0 commit comments

Comments
 (0)