We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec91c8 commit a070dc2Copy full SHA for a070dc2
.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: '
.github/workflows/project.yml
0 commit comments