File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -105,9 +105,11 @@ Choose the right Branch
105
105
~~~~~~~~~~~~~~~~~~~~~~~
106
106
107
107
Before working on a patch, you must determine on which branch you need to
108
- work. The branch should be based on the ``master `` branch if you want to add a
109
- new feature. But if you want to fix a bug, use the oldest but still maintained
110
- version of Symfony where the bug happens (like ``2.3 ``).
108
+ work. The branch should be based on the ``2.7 `` branch if you want to add
109
+ a new feature that is backward compatible. If the new feature is not backward
110
+ compatible, your branch should be based on the ``master `` branch. But if you
111
+ want to fix a bug, use the oldest but still maintained version of Symfony
112
+ where the bug happens (like ``2.3 ``).
111
113
112
114
.. note ::
113
115
You can’t perform that action at this time.
0 commit comments