We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc61936 commit 41f7212Copy full SHA for 41f7212
contributing/code/pull_requests.rst
@@ -147,6 +147,15 @@ work:
147
for the ``5.4`` branch, the PR will also be applied by the core team on
148
all the ``6.x`` branches that are still maintained.
149
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.
158
159
Create a Topic Branch
160
~~~~~~~~~~~~~~~~~~~~~
161
0 commit comments