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?