diff --git a/PULL_REQUEST_TEMPLATE/pull_request_template.md b/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..dbd3c38 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,47 @@ +## Pull request + +Please ensure this PR targets the **`dev` branch** and follows the project conventions. +CI already runs linting, formatting, and build checks automatically. + +--- + +### Before submitting + +- [ ] This PR targets the `dev` branch (not `main`) +- [ ] Commit messages follow the semantic-release format +- [ ] No debug logs or sensitive data included + +--- + +### Summary +Short description of what this PR changes or adds. + +--- + +### Type of change +- [ ] Feature +- [ ] Fix +- [ ] Refactor +- [ ] Internal / CI +- [ ] Documentation + +--- + +### Scope +- [ ] Android +- [ ] iOS +- [ ] Core +- [ ] Example App +- [ ] Docs + +--- + +### Related +List any related issues, pull requests, or discussions. +Use the format: +`Fixes #123`, `Refs #456`, `Close #789` + +--- + +### Additional notes +_(Optional – anything relevant for the reviewer)_