Skip to content

Commit 5f92370

Browse files
committed
-
1 parent 41f7212 commit 5f92370

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

contributing/code/pull_requests.rst

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,11 @@ 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-
.. warning::
151-
152-
For a short timeframe before a new major version is released, we are in a
153-
feature freeze period, this means, your new feature PRs must target the next
154-
minor version of the next major version. For example, if the current major
155-
version is ``6.4``, you should target ``7.1``. If the ``7.1`` branch is not
156-
created yet, target the most recent one, in this case ``7.0`` and rebase your
157-
PR later, once the ``7.1`` branch is created.
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 exists, target ``6.3``
154+
and rebase your pull requests once the branch is created.
158155

159156
Create a Topic Branch
160157
~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)