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

-

## Checklist

- [ ] Tests were added or updated for the touched behavior, or the PR explains why no test change is needed.
- [ ] `cargo test` passes locally, or any failure is documented with the reason.
- [ ] `cargo fmt -- --check` passes locally.
- [ ] `cargo clippy -- -D warnings` passes locally, or any existing unrelated failure is documented.
- [ ] Documentation was updated for user-facing, integration-facing, or reviewer-facing changes.
- [ ] The branch contains no unresolved merge conflict markers (`<<<<<<<`, `=======`, `>>>>>>>`); see [`docs/MERGE_HYGIENE.md`](../docs/MERGE_HYGIENE.md).

## Verification

List the commands run and their results, including coverage evidence when the PR touches contract logic.

```text

```

Loading