From 3c7fef26ea7bc13cf8b2f2baeba0b5bcf11d84d4 Mon Sep 17 00:00:00 2001 From: Patrick Ogenstad Date: Tue, 10 Feb 2026 14:06:54 +0100 Subject: [PATCH] Add pull request template --- .github/pull_request_template.md | 72 ++++++++++++++++++++++++++++++++ 1 file changed, 72 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..6ba2d275 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,72 @@ + + +# Why + + + + + + + +Closes + +## What changed + + + + +- + + + + + + + + +## How to review + + + + + + + +## How to test + + + +```bash +# Commands to validate +``` + + + +## Impact & rollout + + + +- **Backward compatibility:** +- **Performance:** +- **Config/env changes:** +- **Deployment notes:** + +## Checklist + +- [ ] Tests added/updated +- [ ] Changelog entry added (`uv run towncrier create ...`) +- [ ] External docs updated (if user-facing or ops-facing change) +- [ ] Internal .md docs updated (internal knowledge and AI code tools knowledge)