We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 778b7ae commit e22a52bCopy full SHA for e22a52b
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -1,6 +1,6 @@
1
name: 🐛 Bug report
2
description: Open an issue about a bug that needs fixing.
3
-labels: Issue-Bug
+labels: ["Issue-Bug", "Needs: Triage"]
4
body:
5
- type: checkboxes
6
attributes:
.github/ISSUE_TEMPLATE/feature-request.yml
name: ✨ Feature request
description: Open an issue about a potential new feature or improvement.
-labels: Issue-Enhancement
+labels: ["Issue-Enhancement", "Needs: Triage"]
0 commit comments