Skip to content
Closed
Show file tree
Hide file tree
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
23 changes: 23 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Summary

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

Closes #<!-- issue number -->
Comment on lines +1 to +5

## Changes

<!-- Bullet list of what changed. -->

-

## Testing

- [ ] `make test` passes locally
- [ ] `make fmt` has been run
- [ ] New tests added (or explain why not needed)

## Checklist

- [ ] Commit messages follow the [Conventional Commits](https://www.conventionalcommits.org/) format
- [ ] Documentation updated if behaviour changed
- [ ] `make deptry` passes (no unused or missing dependencies)
2 changes: 1 addition & 1 deletion .rhiza/template.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ files:
- ruff.toml
profiles:
- github-project
synced_at: '2026-05-28T16:45:32Z'
synced_at: '2026-06-08T00:22:20Z'
strategy: merge
Loading