Skip to content

Commit cac9801

Browse files
authored
Add GitHub issue type to templates (#3785)
1 parent cafb144 commit cac9801

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Bug report
22
description: Report a bug in an existing quirk or a general issue with the project.
33
title: "[BUG] "
44
labels: ["possible bug"]
5+
type: "bug"
56
body:
67
- type: markdown
78
attributes:

.github/ISSUE_TEMPLATE/device_support_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Device support request
22
description: Request support for an unsupported device or a missing device feature.
33
title: "[Device Support Request] "
44
labels: ["device support request"]
5+
type: "feature request"
56
body:
67
- type: markdown
78
attributes:

0 commit comments

Comments
 (0)