Skip to content

Commit ec83ee9

Browse files
committed
chore: add PR template and size labeler workflow
1 parent 7dedc97 commit ec83ee9

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## Summary
2+
<!-- Brief description of what this PR does -->
3+
4+
## Related Issues
5+
<!-- Link any related issues: Fixes #123, Relates to #456 -->
6+
7+
---
8+
9+
## Requester Checklist
10+
*Complete these before marking Ready for Review*
11+
12+
- [ ] I have self-reviewed my own code
13+
- [ ] I have added/updated tests that prove my fix/feature works
14+
- [ ] I have included visual proof (screenshot, video, or test output) if applicable
15+
- [ ] All CI checks are passing
16+
- [ ] PR size is S/M, OR I have justified the size and added a walkthrough
17+
- [ ] I have updated documentation if needed
18+
19+
### Visual Proof
20+
<!-- Add screenshots, videos, or test output here -->
21+
22+
### Size Justification (if L/XL)
23+
<!-- If this PR is large, explain why it can't be split -->
24+
25+
---
26+
27+
## Reviewer Checklist
28+
*If these are not met, close the tab — this PR is not ready for review*
29+
30+
- [ ] Requester checklist above is complete
31+
- [ ] All CI checks are passing
32+
- [ ] Tests adequately cover the changes
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: PR Size Labeler
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened]
6+
7+
jobs:
8+
label-size:
9+
uses: wherobots/ci-tools/.github/workflows/pr-size-labeler.yaml@main
10+
secrets: inherit

0 commit comments

Comments
 (0)