chore: add github pull request template

This commit is contained in:
Hampus Kraft 2026-01-05 14:31:47 +00:00
parent 7bc22f8ada
commit a2e25eb3c3
No known key found for this signature in database
GPG Key ID: 6090864C465A454D

35
.github/pull_request_template.md vendored Normal file
View 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 werent 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 Im actively addressing failures)
- [ ] CLA signed (the bot will guide you on first PR)
## Screenshots / recordings (UI changes)
<!-- Drag and drop images/videos here. -->