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 12c045c commit 7eb4554Copy full SHA for 7eb4554
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,7 +1,7 @@
1
name: "Bug report"
2
description: "Create a report to help us improve."
3
title: "[Bug] <enter brief description>"
4
-labels: [triage]
+labels: [triage, "Type: Bug"]
5
assignees: [simonkurtz-MSFT]
6
7
body:
.github/ISSUE_TEMPLATE/feature_request.yml
name: "Feature Request"
description: "Suggest a new feature or improvement."
title: "[Feature] <enter brief description>"
-labels: [triage, feature-request]
+labels: [triage, "Type: Feature"]
0 commit comments