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,15 +7,18 @@ Which branch your pull-request should merge into?
## 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
- [ ] 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: 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
- [ ] 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.