From 6af23ccaaabb0ea95063631990a5c342e35bdefc Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sun, 13 Mar 2016 12:02:32 +0100 Subject: [PATCH] Improved the "branch" row of the PR table --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b03e61ef33..7ed7b20e22 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ | Q | A | ------------- | --- -| Branch | master for features and deprecations / lowest applicable and maintained version otherwise +| Branch? | "master" for new features / 2.3, 2.7, 2.8 or 3.0 for fixes | Bug fix? | yes/no | New feature? | yes/no | BC breaks? | yes/no