From a2e25eb3c348d80f63d790deb36ba28e2fb3cf76 Mon Sep 17 00:00:00 2001 From: Hampus Kraft Date: Mon, 5 Jan 2026 14:31:47 +0000 Subject: [PATCH] chore: add github pull request template --- .github/pull_request_template.md | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..8d63c50b --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,35 @@ +## Summary + + + +- **What:** +- **Why:** +- **Notes for reviewers:** + +## How to verify + + + +1. +2. +3. + +## Tests + + + +- [ ] 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) + +