From d01226c94612c2e8b256763b65b8c2d0663088be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Sat, 29 Nov 2014 13:08:38 +0100 Subject: [PATCH] Fixed the target branch for new feature. --- contributing/code/patches.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/code/patches.rst b/contributing/code/patches.rst index 62a2d051b30..ebee3417ffb 100644 --- a/contributing/code/patches.rst +++ b/contributing/code/patches.rst @@ -105,7 +105,7 @@ Choose the right Branch ~~~~~~~~~~~~~~~~~~~~~~~ Before working on a patch, you must determine on which branch you need to -work. The branch should be based on the ``master`` branch if you want to add a +work. The branch should be based on the ``2.7`` branch if you want to add a new feature. But if you want to fix a bug, use the oldest but still maintained version of Symfony where the bug happens (like ``2.3``).