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 7d18397 commit e8702bfCopy full SHA for e8702bf
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,7 +1,7 @@
1
---
2
name: 📝 Bug Report
3
-description: Report a bug, error, or misbehavior
4
-labels: ["type:bug", "needs-triage"]
+description: Report something that isn't working as intended
+labels: ["is:bug", "needs-triage"]
5
body:
6
- type: markdown
7
attributes:
.github/ISSUE_TEMPLATE/request.yml
name: 📝 Feature request
description: Request a change or new core feature
-labels: ["type:request", "needs-triage"]
+labels: ["is:feature", "needs-triage"]
- type: textarea
0 commit comments