You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing/documentation/overview.rst
+3-4
Original file line number
Diff line number
Diff line change
@@ -136,10 +136,6 @@ even remove any content and do your best to comply with the
136
136
137
137
**Step 6.** **Push** the changes to your forked repository:
138
138
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
-
143
139
.. code-block:: terminal
144
140
145
141
$ git push origin improve_install_article
@@ -189,6 +185,9 @@ changes and push the new changes:
189
185
190
186
$ git push
191
187
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
+
192
191
**Step 10.** After your pull request is eventually accepted and merged in the
193
192
Symfony documentation, you will be included in the `Symfony Documentation
194
193
Contributors`_ list. Moreover, if you happen to have a `SymfonyConnect`_
0 commit comments