Skip to content

Commit e8702bf

Browse files
committed
dev: update labels in issue templates
Our labels were recently redesigned for consistency across our org repos.
1 parent 7d18397 commit e8702bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: 📝 Bug Report
3-
description: Report a bug, error, or misbehavior
4-
labels: ["type:bug", "needs-triage"]
3+
description: Report something that isn't working as intended
4+
labels: ["is:bug", "needs-triage"]
55
body:
66
- type: markdown
77
attributes:

.github/ISSUE_TEMPLATE/request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: 📝 Feature request
33
description: Request a change or new core feature
4-
labels: ["type:request", "needs-triage"]
4+
labels: ["is:feature", "needs-triage"]
55
body:
66
- type: textarea
77
attributes:

0 commit comments

Comments
 (0)