Skip to content
Merged
Show file tree
Hide file tree
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
32 changes: 32 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## Summary
<!-- Brief description of what this PR does -->

## Related Issues
<!-- Link any related issues: Fixes #123, Relates to #456 -->

---

## Requester Checklist
*Complete these before marking Ready for Review*

- [ ] I have self-reviewed my own code
- [ ] I have added/updated tests that prove my fix/feature works
- [ ] I have included visual proof (screenshot, video, or test output) if applicable
- [ ] All CI checks are passing
- [ ] PR size is S/M, OR I have justified the size and added a walkthrough
- [ ] I have updated documentation if needed

### Visual Proof
<!-- Add screenshots, videos, or test output here -->

### Size Justification (if L/XL)
<!-- If this PR is large, explain why it can't be split -->

---

## Reviewer Checklist
*If these are not met, close the tab — this PR is not ready for review*

- [ ] Requester checklist above is complete
- [ ] All CI checks are passing
- [ ] Tests adequately cover the changes
10 changes: 10 additions & 0 deletions .github/workflows/pr-size-labeler.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: PR Size Labeler

on:
pull_request:
types: [opened, synchronize, reopened]

jobs:
label-size:
uses: wherobots/ci-tools/.github/workflows/pr-size-labeler.yaml@main
secrets: inherit