mirror of https://github.com/axmolengine/axmol.git
Update pull_request_template.md (better look) (#1581)
This commit is contained in:
parent
00d7b95af0
commit
486ff5c07b
|
@ -5,20 +5,20 @@ Which branch your pull-request should merge into?
|
||||||
|
|
||||||
## Describe your changes
|
## Describe your changes
|
||||||
|
|
||||||
|
|
||||||
## Issue ticket number and link
|
## Issue ticket number and link
|
||||||
|
|
||||||
|
|
||||||
## Checklist before requesting a review
|
## Checklist before requesting a review
|
||||||
### For each PR
|
### For each PR
|
||||||
- [ ] Add Copyright if it missed:
|
- [ ] Add Copyright if it missed:
|
||||||
`"Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md)."`
|
- `"Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md)."`
|
||||||
|
|
||||||
- [ ] I have performed a self-review of my code.
|
- [ ] I have performed a self-review of my code.
|
||||||
|
|
||||||
Optional:
|
Optional:
|
||||||
- [ ] I have checked readme and add important infos to this PR.
|
- [ ] I have checked readme and add important infos to this PR.
|
||||||
- [ ] I have added/adapted some tests too.
|
- [ ] I have added/adapted some tests too.
|
||||||
|
|
||||||
### For core/new feature
|
### For core/new feature PR
|
||||||
- [ ] I have checked readme and add important infos to this PR.
|
- [ ] I have checked readme and add important infos to this PR.
|
||||||
- [ ] I have added thorough tests.
|
- [ ] I have added thorough tests.
|
||||||
|
|
Loading…
Reference in New Issue