Skip to content

Commit 9387a52

Browse files
committed
update contribution guide for 2.7/3.0
1 parent 422e0f1 commit 9387a52

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

contributing/code/patches.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,11 @@ Choose the right Branch
105105
~~~~~~~~~~~~~~~~~~~~~~~
106106

107107
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``).
111113

112114
.. note::
113115

0 commit comments

Comments
 (0)