PR Template Builder
v1.0.4Generate pull request templates with validation and review checklists.
Generates pull request templates with description, type of change checkboxes, testing checklist, reviewer notes, and related issue links in GitHub Markdown format.
How to use- →Select the sections you want in your PR template.
- →Customise checklist items to match your team's review process.
- →Copy to .github/pull_request_template.md in your repository.
PULL_REQUEST_TEMPLATE.md
## Summary Describe what this PR changes and why. ## Changes - [ ] New feature - [ ] Bug fix - [ ] Refactor - [ ] ⚠ BREAKING CHANGE ## Linked Issues Closes # ## Validation - [ ] Feature tested locally - [ ] Edge cases handled - [ ] Documentation updated - [ ] Type check and lint pass - [ ] CI / automated tests pass ## Risks List any migration, rollout, or rollback risks. ## Screenshots Attach relevant screenshots if UI changed.