diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..a2677ec --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,25 @@ +### Review Expectations + + + +- [ ] 🔍 **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) + + + +--- + +### What and Why? + +--- + +### Anything for the reviewer to know? + + +--- + +### Checklist +- [ ] Follows team conventions +- [ ] Tests added/updated (if applicable) +- [ ] Documentation updated (if applicable)