From c8e595d268326ebaab7cf1be7c0408200b3bc34b Mon Sep 17 00:00:00 2001 From: Rtur2003 Date: Tue, 9 Dec 2025 19:00:31 +0300 Subject: [PATCH] github: add PR template --- .github/pull_request_template.md | 12 ++++++++++++ 1 file changed, 12 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 000000000..87b6e724a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +## Summary +- What changed? +- Why does it matter to users or maintainers? + +## Testing +- [ ] Not run (please justify) +- [ ] Built locally (`meson setup build && ninja -C build`) +- [ ] Manual checks (describe) +- [ ] Added/updated automated tests + +## Risks / rollout +- Any configuration, protocol, or ABI considerations reviewers should note?