From 6c0a103083f8fb0bfc96befda6c3cbf9df854914 Mon Sep 17 00:00:00 2001 From: aismann Date: Thu, 4 Jan 2024 14:56:18 +0100 Subject: [PATCH] Update pull_request_template.md (#1576) * Update pull_request_template.md * Update .github/pull_request_template.md --- .github/pull_request_template.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) 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.