There is no pull request template in the repo. Contributors occasionally forget to include Closes #NNN in the PR body, which means issues have to be closed manually after merge.
What to do
Create .github/pull_request_template.md:
## What changed and why
<!-- Brief description of the change -->
Closes #
Keep it minimal - just enough to prompt the issue link. No checklists, no test plan section.
Acceptance criteria
.github/pull_request_template.md exists with the content above
- New PRs opened after merge pre-populate with the template
There is no pull request template in the repo. Contributors occasionally forget to include
Closes #NNNin the PR body, which means issues have to be closed manually after merge.What to do
Create
.github/pull_request_template.md:Keep it minimal - just enough to prompt the issue link. No checklists, no test plan section.
Acceptance criteria
.github/pull_request_template.mdexists with the content above