smriti/.github/pull_request_template.md
2026-03-22 13:48:50 +05:30

19 lines
306 B
Markdown

## Summary
What does this PR do?
## Changes
-
-
## Test coverage
How was this tested? (backend tests, manual QA, typecheck, build)
## Checklist
- [ ] `make test` passes
- [ ] `npx tsc --noEmit` is clean (frontend changes)
- [ ] No secrets or credentials added
- [ ] Docs updated if behavior changed