diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..ea098e9c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,31 @@ +## Description + + + +## Type of change + + + +- [ ] Bug fix (non-breaking change that fixes an issue) +- [ ] New feature (non-breaking change that adds functionality) +- [ ] Breaking change (fix or feature that changes existing behavior) +- [ ] Refactor / internal cleanup +- [ ] Documentation +- [ ] Other + +## Related issues + + + +## Screenshots / video + + + +## Checklist + +- [ ] My code follows the conventions in CONTRIBUTING.md +- [ ] I have tested my changes locally +- [ ] New user-facing strings are wrapped in `I18n.tr()` with translator context, reusing existing terms where possible +- [ ] Go changes: ran `make fmt`, added/updated tests, `make test` passes, and `go mod tidy` is clean +- [ ] QML changes: ran `make lint-qml` with no new warnings +- [ ] I have opened a corresponding pull request in dlx-docs to document any new behaviors: https://github.com/AvengeMedia/DankLinux-Docs