Skip to content

Commit 62e7463

Browse files
committed
Update issue templates to use types
1 parent 9ca4910 commit 62e7463

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Bug Report
22
description: File a bug report
33
title: "[Bug]: "
4-
labels: ["bug", "needs-triage"]
4+
labels: ["needs-triage"]
5+
type: ["bug"]
56
body:
67
- type: checkboxes
78
id: terms

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Feature Request
22
description: Request a feature or enhancement
33
title: "[Feature]: "
4-
labels: ["feature", "needs-triage"]
4+
labels: ["needs-triage"]
5+
type: ["feature"]
56
body:
67
- type: markdown
78
attributes:

0 commit comments

Comments
 (0)