We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f30a8 commit 5659011Copy full SHA for 5659011
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,6 +1,7 @@
1
name: 🐛 Bug Report
2
description: Report a reproducible bug or regression.
3
-labels: ['bug', 'Status: Unconfirmed']
+type: bug
4
+labels: ['Status: Unconfirmed']
5
title: 'Bug: '
6
body:
7
- type: markdown
.github/ISSUE_TEMPLATE/feature_request.yml
name: 💎 Feature Request
description: Request a new feature or enhancement
-labels: ['enhancement']
+type: enhancement
+labels: []
title: 'Feature Request: '
0 commit comments