From c02bf3ea702576526c62e91edce413108bb5e692 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Tue, 12 May 2026 05:12:37 +0000 Subject: [PATCH] chore: move .github/pull_request_template.md to .mokogitea/pull_request_template.md [skip ci] --- .mokogitea/pull_request_template.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .mokogitea/pull_request_template.md diff --git a/.mokogitea/pull_request_template.md b/.mokogitea/pull_request_template.md new file mode 100644 index 00000000..d1b972f2 --- /dev/null +++ b/.mokogitea/pull_request_template.md @@ -0,0 +1,20 @@ +# Pull Request + +## Purpose + +## Change Summary + +## Testing Evidence + +## Risk and Rollback + +## Checklist +- [ ] Follows Conventional Commits +- [ ] Tests added or updated +- [ ] Documentation updated if required +- [ ] License header present where applicable +- [ ] Linked issue(s) referenced + +## Reviewer Notes + +## Review and Approval