Skip to content

Commit 3a62357

Browse files
committed
Reword
1 parent 67cb54b commit 3a62357

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

contributing/documentation/overview.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,6 @@ even remove any content and do your best to comply with the
136136
137137
**Step 6.** **Push** the changes to your forked repository:
138138

139-
Before submitting your PR, you may have to update your branch as described in :doc:`the code contribution guide </contributing/code/pull_requests#rebase-your-pull-request>`.
140-
141-
Then, you can push your changes:
142-
143139
.. code-block:: terminal
144140
145141
$ git push origin improve_install_article
@@ -189,6 +185,9 @@ changes and push the new changes:
189185
190186
$ git push
191187
188+
It's rare, but you might be asked to rebase your pull request to target another
189+
Symfony branch. Read the :ref:`guide on rebasing pull requests <rebase-your-patch>`.
190+
192191
**Step 10.** After your pull request is eventually accepted and merged in the
193192
Symfony documentation, you will be included in the `Symfony Documentation
194193
Contributors`_ list. Moreover, if you happen to have a `SymfonyConnect`_

0 commit comments

Comments
 (0)