Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions contributing/code/pull_requests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <contributing-release-development>`, 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
~~~~~~~~~~~~~~~~~~~~~

Expand Down