Skip to content

Commit 3ee2b66

Browse files
Add types to issue templates
1 parent 96db4df commit 3ee2b66

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Bug report
33
description: Create an issue to help us improve
44
title: '[BUG] <Software> - <Summary>'
55
labels: ['BUG','TRIAGE']
6+
type: "Bug"
67
body:
78
- type: markdown
89
attributes:

.github/ISSUE_TEMPLATE/feature.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Feature Request
22
description: File a feature request.
33
title: '[FEATURE]: <Software> - <Summary>'
44
labels: ['FEATURE','TRIAGE']
5+
type: "Feature"
56
body:
67

78
- type: markdown

0 commit comments

Comments
 (0)