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>
This commit is contained in:
tidy-dev 2026-03-19 19:36:11 -04:00
parent 78b958f9ae
commit d77b2239e9
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
name: "\U0001F41B Bug report"
about: Report a bug or unexpected behavior while using GitHub CLI
title: ''
labels: bug
labels: ''
assignees: ''
---

View file

@ -2,7 +2,7 @@
name: "🎨 Submit a design proposal"
about: Submit a design to resolve an open issue that has both `needs-design` and `help-wanted` labels
title: ''
labels: enhancement
labels: ''
assignees: ''
---

View file

@ -2,7 +2,7 @@
name: "⭐ Submit a request"
about: Surface a feature or problem that you think should be solved
title: ''
labels: enhancement
labels: ''
assignees: ''
---