We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c37dba commit 4dfe75dCopy full SHA for 4dfe75d
.github/ISSUE_TEMPLATE/bug-report.yaml
@@ -1,7 +1,9 @@
1
name: Bug Report
2
-description: "Something is not behaving as expected."
3
-title: "[Bug]: "
+description: 'Something is not behaving as expected.'
+title: '[Bug]: '
4
labels: ['Potential Bug']
5
+type: Bug
6
+
7
body:
8
- type: markdown
9
attributes:
.github/ISSUE_TEMPLATE/feature-request.yaml
@@ -1,7 +1,8 @@
name: Feature Request
description: Suggest an idea for this project
-title: "[Feature Request]: "
-labels: ["enhancement"]
+title: '[Feature Request]: '
+labels: ['enhancement']
+type: Feature
- type: checkboxes
0 commit comments