From ea12b9a46f4986c3d7a0c850191fba0bd4ee16ab Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 9 May 2026 04:12:57 +0200 Subject: [PATCH] chore add pull request template --- .github/pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 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 0000000..5b171e3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ +## Summary +- +- +- + +## Type of change +- [ ] refactor +- [ ] feature +- [ ] fix +- [ ] docs + +## Verification +What did you run locally? (e.g. `npm test`, `npm run typecheck`, manual smoke) + +## Linked issues +Closes #