## Goal Add a PR template so every pull request follows the same checklist. ## Scope Create `.github/pull_request_template.md` with a checklist: - [ ] Linked issue - [ ] `lint` / `typecheck` pass locally - [ ] Tests added / updated - [ ] `tests/api/TEST_PLAN.md` updated if a new flow was added - [ ] No secrets committed ## Acceptance criteria - [ ] Opening a new PR pre-fills the checklist
Goal
Add a PR template so every pull request follows the same checklist.
Scope
Create
.github/pull_request_template.mdwith a checklist:lint/typecheckpass locallytests/api/TEST_PLAN.mdupdated if a new flow was addedAcceptance criteria