We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef323e commit 5abde22Copy full SHA for 5abde22
.github/ISSUE_TEMPLATE/01-bug.yml
@@ -1,7 +1,8 @@
1
name: Bug report
2
description: File a bug report.
3
title: "[Bug]: "
4
-labels: ["bug", "triage"]
+labels: ["triage"]
5
+type: "Bug"
6
body:
7
- type: markdown
8
attributes:
.github/ISSUE_TEMPLATE/02-feature.yml
name: Feature or enhancement request
description: File a request for a feature or enhancement
title: "[Request]: "
-labels: ["feature", "triage"]
+type: "Feature"
0 commit comments