From aacc5af15fbedd339b0e48af8a05492c83b50709 Mon Sep 17 00:00:00 2001 From: Rafael Dias Zendron Date: Sun, 5 Jul 2026 00:30:34 -0300 Subject: [PATCH] docs: add PULL_REQUEST_TEMPLATE.md for consistent PR descriptions --- .github/PULL_REQUEST_TEMPLATE.md | 33 ++++++++++++++++++++++++++++++++ 1 file changed, 33 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..263409997 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,33 @@ +## Summary + + +## Changes + + +## Ticket / Issue + + +## Release Notes + + +## Screenshots + + +## Testing + + +## Checklist +- [ ] Changes follow the project's code style guidelines +- [ ] Self-review completed +- [ ] Documentation updated (if applicable) +- [ ] New tests added (if applicable) +- [ ] All existing tests pass +- [ ] Release notes included (or `release-note-none`)