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
8 changes: 6 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Pull Request Template

## 🗒️ Description / Motivation
- What does this PR change?
- Why is this change needed?
Expand All @@ -20,3 +18,9 @@
## Related Issues / PRs
- Closes #
- Related to #

## ✅ Verification Checklist

- [ ] Ran `make fmt` — clean
- [ ] Ran `make lint` (clippy with `-D warnings`) — clean
- [ ] Ran `cargo test --workspace --release` — all passing