From d09f01db902a4f0f0542d7b3b57ef4fae3de5adb Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Fri, 13 May 2016 22:06:07 +0200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 22aa18a1..1ac9aaa1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,9 @@ +> Please send your PR's the develop branch. +> Don't forget to add the change to changelog.md. + * Does the pull request solve a **related** issue? [yes | no] * If so, can you reference the issue? * What does the pull request accomplish? (please list) -* If it has major visual changes please add screenshots. +* If it includes major visual changes please add screenshots. + -DON'T FORGET TO ADD THE CHANGE TO CHANGELOG.md!