Add PR template section for demo videos (#933)

* Add PR template section for demo videos

* Remove PR template author exemption note

* Refine PR template with review trigger checklist
This commit is contained in:
Lawrence Chen 2026-03-05 03:05:35 -08:00 committed by GitHub
parent 11197a49c4
commit 3d6645cb18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

33
.github/pull_request_template.md vendored Normal file
View file

@ -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