Skip to content

Commit 4dfe75d

Browse files
authored
Add GH types to issue templates (#3991)
1 parent 2c37dba commit 4dfe75d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Bug Report
2-
description: "Something is not behaving as expected."
3-
title: "[Bug]: "
2+
description: 'Something is not behaving as expected.'
3+
title: '[Bug]: '
44
labels: ['Potential Bug']
5+
type: Bug
6+
57
body:
68
- type: markdown
79
attributes:

.github/ISSUE_TEMPLATE/feature-request.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Feature Request
22
description: Suggest an idea for this project
3-
title: "[Feature Request]: "
4-
labels: ["enhancement"]
3+
title: '[Feature Request]: '
4+
labels: ['enhancement']
5+
type: Feature
56

67
body:
78
- type: checkboxes

0 commit comments

Comments
 (0)