Skip to content

Commit 5abde22

Browse files
Switch to issue types for bugs and features (#31)
Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
1 parent fef323e commit 5abde22

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/ISSUE_TEMPLATE/01-bug.yml

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", "triage"]
4+
labels: ["triage"]
5+
type: "Bug"
56
body:
67
- type: markdown
78
attributes:

.github/ISSUE_TEMPLATE/02-feature.yml

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

0 commit comments

Comments
 (0)