Update pull_request_template.md (better look) (#1581)

This commit is contained in:
aismann 2024-01-04 22:40:21 +01:00 committed by GitHub
parent 00d7b95af0
commit 486ff5c07b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -5,20 +5,20 @@ Which branch your pull-request should merge into?
## Describe your changes
## 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)."`
- [ ] 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.
### For core/new feature
### For core/new feature PR
- [ ] I have checked readme and add important infos to this PR.
- [ ] I have added thorough tests.