From 2b21e14c2c69d1c747d1a349c365521d2f877054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Mon, 13 Jan 2020 18:14:23 +0100 Subject: [PATCH] Check that `develop` is target in PR This is an update to the PR template. It mostly adds text and some checks related to how good the template is filled in and whether the `develop` branch was selected as base. --- .github/pull_request_template.md | 46 +++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 7 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1c3885f..792055a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,13 +1,31 @@ + + -But if there is already a related issue, please put it's number here. E.g. #123 or N/A --> Related Issue: ## New Behavior ... @@ -15,7 +33,8 @@ please describe in a few words the behavior your PR implements ## Contrast to Current Behavior ... @@ -24,12 +43,15 @@ please describe in a few words how the new behavior is different from the curren ... @@ -38,7 +60,17 @@ Please make your case here: ... + +## Double Check + + + +* [ ] I have read the comments and followed the PR template. +* [ ] I have provided a explained my PR according to the information in the comments. +* [ ] My PR targets the `develop` branch.