mirror of https://github.com/axmolengine/axmol.git
Update pull_request_template.md (#1576)
* Update pull_request_template.md * Update .github/pull_request_template.md
This commit is contained in:
parent
db2c749c67
commit
6c0a103083
|
@ -7,15 +7,18 @@ Which branch your pull-request should merge into?
|
|||
|
||||
## Issue ticket number and link
|
||||
|
||||
|
||||
## Checklist before requesting a review
|
||||
### For each PR
|
||||
- [ ] I have performed a self-review of my code.
|
||||
- [ ] Add Copyright if it missed:
|
||||
`"Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md)."`
|
||||
|
||||
- [ ] 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.
|
||||
- [ ] 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.
|
||||
|
||||
- [ ] I have checked readme and add important infos to this PR.
|
||||
- [ ] I have added thorough tests.
|
||||
|
|
Loading…
Reference in New Issue