We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efcd43e commit c1635beCopy full SHA for c1635be
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,6 +1,7 @@
1
name: 🐞 Bug
2
description: Create a bug report for something that is broken
3
labels: [bug]
4
+type: bug
5
body:
6
- type: markdown
7
attributes:
.github/ISSUE_TEMPLATE/enhancement.yml
name: ✨ Feature/Enhancement
description: Suggest a new feature or enhancement
labels: [enhancement]
+type: feature
0 commit comments