chore: add github pull request template
This commit is contained in:
parent
7bc22f8ada
commit
a2e25eb3c3
35
.github/pull_request_template.md
vendored
Normal file
35
.github/pull_request_template.md
vendored
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
## Summary
|
||||||
|
|
||||||
|
<!-- A few bullets is perfect: what changed, why it changed, and anything reviewers should pay attention to. -->
|
||||||
|
|
||||||
|
- **What:**
|
||||||
|
- **Why:**
|
||||||
|
- **Notes for reviewers:**
|
||||||
|
|
||||||
|
## How to verify
|
||||||
|
|
||||||
|
<!-- Concrete steps to validate the change. Include screenshots/recordings for UI changes when helpful. -->
|
||||||
|
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
|
||||||
|
## Tests
|
||||||
|
|
||||||
|
<!-- List what you ran, or explain why tests weren’t added/changed. -->
|
||||||
|
|
||||||
|
- [ ] Added/updated tests (where it makes sense)
|
||||||
|
- [ ] Unit tests:
|
||||||
|
- [ ] Integration tests:
|
||||||
|
- [ ] Manual verification:
|
||||||
|
|
||||||
|
## Checklist
|
||||||
|
|
||||||
|
- [ ] PR targets `canary`
|
||||||
|
- [ ] PR title follows Conventional Commits (mostly lowercase)
|
||||||
|
- [ ] CI is green (or I’m actively addressing failures)
|
||||||
|
- [ ] CLA signed (the bot will guide you on first PR)
|
||||||
|
|
||||||
|
## Screenshots / recordings (UI changes)
|
||||||
|
|
||||||
|
<!-- Drag and drop images/videos here. -->
|
||||||
Loading…
x
Reference in New Issue
Block a user