Update pull_request_template.md (#1576)

* Update pull_request_template.md

* Update .github/pull_request_template.md
This commit is contained in:
aismann 2024-01-04 14:56:18 +01:00 committed by GitHub
parent db2c749c67
commit 6c0a103083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 6 deletions

View File

@ -7,8 +7,12 @@ Which branch your pull-request should merge into?
## Issue ticket number and link
## Checklist before requesting a review
### For each PR
- [ ] 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:
@ -18,4 +22,3 @@ Which branch your pull-request should merge into?
### For core/new feature
- [ ] I have checked readme and add important infos to this PR.
- [ ] I have added thorough tests.