PULL_REQUEST_TEMPLATE.md
May 19, 2026 · View on GitHub
What
Why
Screenshots / Recording
Testing
Checklist
-
pnpm lintpasses -
pnpm typecheckpasses -
pnpm test:unitandpnpm test:intpass -
pnpm buildsucceeds - (UI only)
pnpm build:storybooksucceeds and every new component has a colocated.stories.tsxcovering Default / Loading / Empty / Error - (Domain changes)
pnpm tsp:compileran andpackages/core/src/domain/generated/output.tsis committed - (New use case) Tests landed RED-first per the TDD guide
- No
application/orpresentation/file imports anything frominfrastructure/ - Commit messages follow Conventional Commits — releasing types (
feat,fix) used for user-visible changes - Updated LESSONS.md if I learned something a future contributor should know