Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## Summary

<!-- One or two sentences: what this PR does and why. -->

## Changes

<!-- Bullet list of notable changes. -->

-

## Verification

<!-- Check what you actually ran/clicked. Uncheck and note what you skipped, with a reason. -->

- [ ] `uv run ruff check` — clean
- [ ] `uv run ruff format --check` — clean
- [ ] `uv run mypy` — clean
- [ ] `make dev` up from project root, all services healthy (if runtime affected)
- [ ] Manually exercised the primary flow this change touches
- [ ] Checked `make logs` (this service + downstream consumers) for new errors

## Linked issues

Closes #
Loading