Skip to content

Commit ffda951

Browse files
New features must go on the 6.x branch
1 parent 75f899d commit ffda951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/code/pull_requests.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ work:
129129
</contributing/code/maintenance>` (you may have to choose a higher branch if
130130
the feature you are fixing was introduced in a later version);
131131

132-
* ``5.x``, if you are adding a new feature.
132+
* ``6.x``, if you are adding a new feature.
133133

134134
The only exception is when a new :doc:`major Symfony version </contributing/community/releases>`
135135
(5.0, 6.0, etc.) comes out every two years. Because of the
@@ -142,7 +142,7 @@ work:
142142
All bug fixes merged into maintenance branches are also merged into more
143143
recent branches on a regular basis. For instance, if you submit a PR
144144
for the ``4.4`` branch, the PR will also be applied by the core team on
145-
the ``5.x`` branch.
145+
the ``5.x`` and ``6.x`` branches.
146146

147147
Create a Topic Branch
148148
~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)