chore(repo): improve issue/PR templates and trim triage docs - #3372
Merged
Conversation
Issue reporters without triage permission could not categorize their own issues, and the PR template only offered `Closes #`, forcing an auto-close link even for partial or related work. Add an "Affected area / component" dropdown to the bug and feature forms plus a workflow that maps the selection onto real labels at creation, offer `Relates to #` alongside `Closes #`, and add a checkbox so reporters can signal intent to submit a PR. Also trim the PR triage section in CONTRIBUTING.md (~130 lines of collector/artifact/concurrency internals down to the commands and who runs them) and shorten the bot's PR welcome comment to match.
hubcio
force-pushed
the
repo/issue-pr-templates
branch
from
May 29, 2026 09:52
0d26057 to
b5eabf5
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3372 +/- ##
============================================
- Coverage 73.66% 73.63% -0.04%
Complexity 943 943
============================================
Files 1223 1223
Lines 115710 115710
Branches 92447 92474 +27
============================================
- Hits 85239 85201 -38
- Misses 27598 27602 +4
- Partials 2873 2907 +34
🚀 New features to boost your workflow:
|
krishvishal
approved these changes
May 29, 2026
mmodzelewski
approved these changes
May 29, 2026
spetz
approved these changes
May 29, 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.
Issue reporters without triage permission could not categorize
their own issues, and the PR template only offered
Closes #,forcing an auto-close link even for partial or related work.
Add an "Affected area / component" dropdown to the bug and feature
forms plus a workflow that maps the selection onto real labels at
creation, offer
Relates to #alongsideCloses #, and add acheckbox so reporters can signal intent to submit a PR.
Also trim the PR triage section in CONTRIBUTING.md (~130 lines of
collector/artifact/concurrency internals down to the commands and
who runs them) and shorten the bot's PR welcome comment to match.