Is this a new feature, an enhancement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
Medium
Please provide a clear description of problem this feature solves
Pull requests can currently be opened and merged without referencing any issue. When a PR has no linked issue, changes are harder to track in things like milestones.
Feature Description
As a maintainer, I want every pull request to reference a linked issue, so that all code changes are traceable to an issue. CI will reject any pull request whose title or body contains no issue reference.
Describe your ideal solution
- Add issue requirement in
CONTRIBUTING.md and the PR template
- Add a CI status check job that parses the PR title/body for an issue reference, fails when not found
Describe any alternatives you have considered
No response
Additional context
No response
Code of Conduct
Is this a new feature, an enhancement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
Medium
Please provide a clear description of problem this feature solves
Pull requests can currently be opened and merged without referencing any issue. When a PR has no linked issue, changes are harder to track in things like milestones.
Feature Description
As a maintainer, I want every pull request to reference a linked issue, so that all code changes are traceable to an issue. CI will reject any pull request whose title or body contains no issue reference.
Describe your ideal solution
CONTRIBUTING.mdand the PR templateDescribe any alternatives you have considered
No response
Additional context
No response
Code of Conduct