Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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)_
Loading