diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..8e1723cd --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,33 @@ +## Summary + +- What changed? +- Why? + +## Testing + +- How did you test this change? +- What did you verify manually? + +## Demo Video + +For UI or behavior changes, include a short demo video (GitHub upload, Loom, or other direct link). + +- Video URL or attachment: + +## Review Trigger (Copy/Paste as PR comment) + +```text +@codex review +@coderabbitai review +@greptile-apps review +@cubic-dev-ai review +``` + +## Checklist + +- [ ] I tested the change locally +- [ ] I added or updated tests for behavior changes +- [ ] I updated docs/changelog if needed +- [ ] I requested bot reviews after my latest commit (copy/paste block above or equivalent) +- [ ] All code review bot comments are resolved +- [ ] All human review comments are resolved