From 63d03eccb788f69d62c2baade61e974f3c9e4d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Thu, 4 Jun 2020 21:48:14 +0200 Subject: [PATCH] Use correct target branch info in PR templates The current branch for bugfixes is 2.7, and new features should go on 2.8.x, not master. --- .github/PULL_REQUEST_TEMPLATE/New_Feature.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/New_Feature.md b/.github/PULL_REQUEST_TEMPLATE/New_Feature.md index 515f213c8fe..4387849496e 100644 --- a/.github/PULL_REQUEST_TEMPLATE/New_Feature.md +++ b/.github/PULL_REQUEST_TEMPLATE/New_Feature.md @@ -6,8 +6,8 @@ about: You have implemented some neat idea that you want to make part of Doctrin