Skip to content

Commit b0fa720

Browse files
authored
Updated the issue templates to set the type instead of applying a label (#7616)
1 parent bb86b6d commit b0fa720

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,6 +1,6 @@
11
name: Bug Report
22
description: Report a bug to help us improve.
3-
labels: [🐛 bug]
3+
type: Bug
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature Request
22
description: Suggest an idea for one of our products.
3-
labels: [🎉 enhancement]
3+
type: Feature
44
body:
55
- type: dropdown
66
id: product

0 commit comments

Comments
 (0)