diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..4f186cf --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,64 @@ + + +## One Line Summary + + + +## Motivation + + + +## Scope + + + +- **Affected**: +- **Not affected**: + +## Testing + +### Manual + + + +1. +2. + +### Unit / Integration + + + +- [ ] `composer test` passes locally + +## Affected code checklist + +- [ ] PHP plugin code (`v3/`) +- [ ] `v2/` legacy code +- [ ] JS / CSS assets +- [ ] Build / CI +- [ ] Tests +- [ ] Documentation (README, `readme.txt`, etc.) + +## Checklist + +- [ ] Code follows existing style in the touched files +- [ ] Tested manually in the relevant editor(s) + - [ ] Gutenberg/Block editor + - [ ] Classic editor +- [ ] No new lint or test errors introduced +- [ ] Linear ticket / GitHub issue linked above +- [ ] `readme.txt` and plugin version bumped if user-facing (release PRs only)