From 0e811fe0ff3790f8f0347957745c13e6ff5292ff Mon Sep 17 00:00:00 2001 From: Kili Date: Mon, 9 Mar 2026 23:15:40 +0100 Subject: [PATCH] Add pull request template (#687) --- .github/pull_request_template.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 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..fa819d3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,24 @@ +## Summary + +- + +## Why + +- + +## Testing + +- + +## Backward Compatibility / Risk + +- + +## Related Issue + +- Closes # + +## Checklist + +- [ ] Tests added or updated if behavior changed +- [ ] Docs updated if config or user-facing behavior changed