github: add PR template

This commit is contained in:
Rtur2003 2025-12-09 19:00:31 +03:00
parent f4aba22582
commit c8e595d268

12
.github/pull_request_template.md vendored Normal file
View file

@ -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?