Skip to content

Commit d77b223

Browse files
tidy-devCopilot
andcommitted
Remove auto-labels from issue templates
The bug_report, submit-a-request, and submit-a-design-proposal issue templates currently auto-apply 'bug' and 'enhancement' labels. This causes issues to arrive pre-labeled with types that may not be accurate, making triage harder since the template-applied labels can't be trusted. Removing auto-labels ensures all type classification happens during triage, giving the team confidence that labeled issues have been reviewed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 78b958f commit d77b223

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "\U0001F41B Bug report"
33
about: Report a bug or unexpected behavior while using GitHub CLI
44
title: ''
5-
labels: bug
5+
labels: ''
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/submit-a-design-proposal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "🎨 Submit a design proposal"
33
about: Submit a design to resolve an open issue that has both `needs-design` and `help-wanted` labels
44
title: ''
5-
labels: enhancement
5+
labels: ''
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/submit-a-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "⭐ Submit a request"
33
about: Surface a feature or problem that you think should be solved
44
title: ''
5-
labels: enhancement
5+
labels: ''
66
assignees: ''
77

88
---

0 commit comments

Comments
 (0)