Add common issue templates and adjust triagebot configurations#6810
Open
jieyouxu wants to merge 3 commits intorust-lang:mainfrom
Open
Add common issue templates and adjust triagebot configurations#6810jieyouxu wants to merge 3 commits intorust-lang:mainfrom
jieyouxu wants to merge 3 commits intorust-lang:mainfrom
Conversation
So users without write access can also adjust `regression-*` labels via triagebot.
- General bug - ICE - Regression - Feature request The motivation here is to nudge issue reporters to include enough info + reproducer so issues are more likely to be actionable on first-open instead of needing to manually nudge the reporter for additional info / reproducer as frequently.
Manishearth
approved these changes
Feb 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds some common issue templates, and updates some triagebot label configuration.
Common issue templates
As discussed in #t-rustfmt > Bug report template?, this PR adds 4 common issue templates to nudge the issue reporter to include sufficient info + reproducer on initial open, so that issues are more likely to be actionable from the very start (to save some manual nudging and also guide the issue reporter to produce effective issues).
regression-*+I-prioritizationlabels, since regressions have some degree of urgency and needs impact assessment / prioritization.Triagebot configuration updates
In support of the issue templates, this PR also adjusts triagebot to:
regression-*labels on issues via@rustbot label.I-prioritizelabel toregression-*issues if they do not already have priorityP-*labels (or if the issue requires nightly).I-prioritizelabel will automatically create.r? @ytmimi