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

<!-- Check one and briefly explain your choice below. -->

- [ ] 🔍 **Thorough review** — Significant or high-risk changes, please review carefully
- [ ] ⚡ **Quick read-through** — Minor changes, just a sanity check
- [ ] 🎯 **Focused review** — Please focus on specific areas (describe below)

<!-- Why did you choose this review type? E.g. "Config-only change, low risk" or "Core logic rewritten, needs careful review." -->

---

### What and Why?

---

### Anything for the reviewer to know?
<!-- Edge cases, trade-offs, areas that need extra attention, etc. -->

---

### Checklist
- [ ] Follows team conventions
- [ ] Tests added/updated (if applicable)
- [ ] Documentation updated (if applicable)