Skip to content

Remove auto-labels from issue templates#12972

Merged
tidy-dev merged 1 commit intotrunkfrom
remove-auto-labels-from-templates
Mar 19, 2026
Merged

Remove auto-labels from issue templates#12972
tidy-dev merged 1 commit intotrunkfrom
remove-auto-labels-from-templates

Conversation

@tidy-dev
Copy link
Contributor

Problem

The bug_report, submit-a-request, and submit-a-design-proposal issue templates currently auto-apply bug and enhancement labels respectively. This means issues arrive pre-labeled with type classifications that may not be accurate — an issue filed as a "bug" might actually be an enhancement, and vice versa.

During FR triage, these template-applied labels can't be trusted, making it harder to distinguish between issues that have been properly triaged and those that just have auto-applied labels.

Solution

Remove the auto-applied labels from all three issue templates:

  • bug_report.md: removed bug label
  • submit-a-request.md: removed enhancement label
  • submit-a-design-proposal.md: removed enhancement label

This ensures all type classification happens during triage, giving the team confidence that labeled issues have actually been reviewed.

Note: Issues will still receive the needs-triage label (applied separately), so the triage workflow is unaffected.

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 <[email protected]>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes template-assigned type labels from legacy GitHub Markdown issue templates so that issue type classification happens during triage rather than at submission time.

Changes:

  • Removed the default enhancement label from the “Submit a request” template.
  • Removed the default enhancement label from the “Submit a design proposal” template.
  • Removed the default bug label from the “Bug report” template.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
.github/ISSUE_TEMPLATE/submit-a-request.md Stops auto-applying enhancement to new “request” issues.
.github/ISSUE_TEMPLATE/submit-a-design-proposal.md Stops auto-applying enhancement to new “design proposal” issues.
.github/ISSUE_TEMPLATE/bug_report.md Stops auto-applying bug to new “bug report” issues.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@tidy-dev tidy-dev enabled auto-merge March 19, 2026 23:39
Copy link
Member

@BagToad BagToad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup lgtm. Let's see how this goes!

@tidy-dev tidy-dev merged commit 8723e3b into trunk Mar 19, 2026
17 checks passed
@tidy-dev tidy-dev deleted the remove-auto-labels-from-templates branch March 19, 2026 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants