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 e651fa1 commit db72682Copy full SHA for db72682
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,7 +1,7 @@
1
name: 🐛 Bug Report
2
description: If something isn't working as expected 🤔
3
title: "bug: <title>"
4
-labels: [bug]
+labels: [kind/bug]
5
body:
6
- type: checkboxes
7
attributes:
.github/ISSUE_TEMPLATE/feature_request.yml
name: 🚀 Feature request
description: Suggest an idea for this project
title: 'feat: <title>'
-labels: ['enhancement']
+labels: [kind/feat]
0 commit comments