PR Template Generator
GitHub pull request templates in 4 styles.
Template
## Summary What does this PR do? ## Why Why is this change needed? Link the issue if there is one. ## Test plan - [ ] Manual - [ ] Unit tests - [ ] CI green ## Screenshots ## Checklist - [ ] Code follows the existing style - [ ] Self-review done - [ ] Comments added on hard-to-read parts - [ ] Docs updated
Where to put it
- .github/pull_request_template.md for one repo-wide template
- .github/PULL_REQUEST_TEMPLATE/<name>.md for multiple templates
- Append ?template=name.md to the PR URL to pick one
Templates auto-fill the PR description on GitHub. Keep them short - long templates get skipped or filled with "n/a". The minimal version (what / why / test) covers the essentials.
About
Pick from minimal, standard (with checklist), detailed (long form), or release notes. Drop the markdown in .github/pull_request_template.md to apply repo-wide.
How to use
- Pick a style.
- Copy and save to .github/pull_request_template.md.
FAQ
Where do I put the file?+
.github/pull_request_template.md (single template) or .github/PULL_REQUEST_TEMPLATE/<name>.md (multiple). GitHub picks them up automatically.