8000 minor #16881 New features must go on the 6.x branch (alexislefebvre) · symfony/symfony-docs@2c92fa0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c92fa0

Browse files
committed
minor #16881 New features must go on the 6.x branch (alexislefebvre)
This PR was merged into the 4.4 branch. Discussion ---------- New features must go on the 6.x branch This is consistent with the PR template: https://github.com/symfony/symfony/blob/6.2/.github/PULL_REQUEST_TEMPLATE.md --- Is there something like a variable that could be used instead of hardcoding these versions? Commits ------- ffda951 New features must go on the 6.x branch
2 parents 75f899d + ffda951 commit 2c92fa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/code/pull_requests.rst

Lines changed: 2 additions & 2 deletions
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)
0