axmol/.github/pull_request_template.md

22 lines
553 B
Markdown
Raw Normal View History

Which branch your pull-request should merge into?
2023-09-25 20:27:30 +08:00
- `dev`: Current 2.x BugFixs or Features
- `1.x`: 1.x BugFixs
## Describe your changes
## Issue ticket number and link
## Checklist before requesting a review
### For each PR
2022-10-06 12:15:27 +08:00
- [ ] I have performed a self-review of my code.
Optional:
- [ ] I have checked readme and add important infos to this PR.
- [ ] I have added/adapted some tests too.
### For core/new feature
- [ ] I have checked readme and add important infos to this PR.
- [ ] I have added thorough tests.