From 44efcf242dffa3e2d4cf8f74278cc7b619007707 Mon Sep 17 00:00:00 2001 From: Casey Hoover Date: Sat, 9 May 2026 19:33:45 +0000 Subject: [PATCH] docs: add pull request template Closes #86 Adds .github/pull_request_template.md mirroring the issue-template style: Summary, linked issues, affected-area checklist matching the issue forms, conventional-commit type, verification commands from package.json, and a schema/migration section for db/shared/openapi changes. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/pull_request_template.md | 69 ++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..a3bb101 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,69 @@ + + +## Summary + + + +## Linked issues + + + +## Affected area + + + +- [ ] apps/web +- [ ] apps/api +- [ ] packages/shared +- [ ] packages/db +- [ ] packages/auth +- [ ] packages/api-client +- [ ] packages/api-spec +- [ ] tooling / CI +- [ ] other / cross-cutting + +## Type of change + +- [ ] feat — new user-facing capability +- [ ] fix — bug fix +- [ ] chore — tooling, deps, or maintenance +- [ ] refactor — no behavior change +- [ ] docs — documentation only +- [ ] test — tests only + +## How was this tested? + + + +- [ ] `pnpm lint` +- [ ] `pnpm lint:pinning` (if Docker tags or `package.json` deps changed) +- [ ] `pnpm test` +- [ ] `pnpm build` +- [ ] Manual verification (describe below) + +## Schema / migration impact + + + +- [ ] Prisma migration added / regenerated +- [ ] `pnpm codegen:openapi` re-run and committed +- [ ] No schema impact + +## Additional context + +