diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index afd21fea61..c0032bd0fa 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,5 +5,7 @@ THIS PROJECT IS IN DEVELOPMENT MODE. Any pull requests should merge to branch `d ## Issue ticket number and link ## Checklist before requesting a review -- [ ] I have performed a self-review of my code -- [ ] If it is a core feature, I have added thorough tests. +- [ ] I have performed a self-review of my code. +- [ ] If it is a core feature, I have added thorough tests. +- [ ] I have checked readme and add important infos to this PR (if it needed). +- [ ] An improved cpp-test/lua-test is not needed (explain why not, thanks).