diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ad8488dc9..2603b702e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -41,6 +41,17 @@ Closes # - [ ] Changes follow existing code patterns and conventions - [ ] No unrelated changes included +## Manual Testing / Acceptance + + + +- [ ] Tested the happy path end-to-end in a running app (`make dev`) +- [ ] Tested edge cases (empty states, long text, error responses, missing data) +- [ ] Verified no visual regressions on affected pages (layout, alignment, overflow) +- [ ] Tested across relevant platforms (web / desktop) if the change touches shared code +- [ ] Confirmed API changes work with both frontend and CLI consumers +- [ ] Checked browser console and server logs for unexpected errors or warnings + ## AI Disclosure