From ffca1c082faa2148fe30c1b76ab3f455c3e624d1 Mon Sep 17 00:00:00 2001 From: aismann Date: Thu, 6 Oct 2022 06:15:27 +0200 Subject: [PATCH] Update pull_request_template.md (#900) --- .github/pull_request_template.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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).