template-repo/.gitea/pull_request_template.md
2025-11-02 01:38:30 -06:00

30 lines
510 B
Markdown

## Summary
<!-- What this PR changes and why -->
## Type
- [ ] feat
- [ ] fix
- [ ] docs
- [ ] chore
- [ ] refactor
- [ ] test
## Screenshots / logs
<!-- If UI or logs changed, include before/after or snippets -->
## How to test
1.
2.
3.
## Checklist
- [ ] Tests added/updated (unit or integration)
- [ ] Typecheck & lint pass (`pnpm check` or equivalent)
- [ ] Builds locally (`pnpm build` or equivalent)
- [ ] Docs/README/ADR updated if needed
- [ ] No secrets committed
## Linked issues
Fixes #
Refs #