From 809f169e93cbb4069cbc912c4059c5a293996281 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Fri, 3 Nov 2023 12:18:51 +0100 Subject: [PATCH] Add info about feature freeze period --- contributing/code/pull_requests.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contributing/code/pull_requests.rst b/contributing/code/pull_requests.rst index 1d6cf85ff3c..554f3482df6 100644 --- a/contributing/code/pull_requests.rst +++ b/contributing/code/pull_requests.rst @@ -147,6 +147,12 @@ work: for the ``5.4`` branch, the PR will also be applied by the core team on all the ``6.x`` branches that are still maintained. +During the :ref:`stabilization phase `, the development branch is in +feature freeze. Please help the community prepare for the new version release. If you want to submit a +new feature pull request, you should target the next version. For example, if ``6.3`` reached feature +freeze, new features should target ``6.4``. If the ``6.4`` branch does not yet exist, target ``6.3`` +and rebase your pull requests once the branch is created. + Create a Topic Branch ~~~~~~~~~~~~~~~~~~~~~