diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 804ec0ec69..f6736b72f3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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.