From 2954a5e8e47a34639d614ca70946f9bedd74b383 Mon Sep 17 00:00:00 2001 From: aismann Date: Fri, 29 Dec 2023 12:19:56 +0100 Subject: [PATCH] Update pull_request_template.md (#1555) --- .github/pull_request_template.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 51c85f9037..804ec0ec69 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,7 +8,14 @@ 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. -- [ ] 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). -- [ ] I have added/adapted some tests too. + + Optional: + - [ ] 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. +