Skip to content

Commit 92ff56d

Browse files
committed
minor #19110 Add info about feature freeze period (OskarStark)
This PR was squashed before being merged into the 6.3 branch. Discussion ---------- Add info about feature freeze period Follows * symfony/symfony#52425 (comment) Commits ------- 809f169 Add info about feature freeze period
2 parents f205e2c + 809f169 commit 92ff56d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

contributing/code/pull_requests.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,12 @@ work:
147147
for the ``5.4`` branch, the PR will also be applied by the core team on
148148
all the ``6.x`` branches that are still maintained.
149149

150+
During the :ref:`stabilization phase <contributing-release-development>`, the development branch is in
151+
feature freeze. Please help the community prepare for the new version release. If you want to submit a
152+
new feature pull request, you should target the next version. For example, if ``6.3`` reached feature
153+
freeze, new features should target ``6.4``. If the ``6.4`` branch does not yet exist, target ``6.3``
154+
and rebase your pull requests once the branch is created.
155+
150156
Create a Topic Branch
151157
~~~~~~~~~~~~~~~~~~~~~
152158

0 commit comments

Comments
 (0)