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
4 changes: 4 additions & 0 deletions contributing/documentation/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ even remove any content and do your best to comply with the

**Step 6.** **Push** the changes to your forked repository:

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>`.

Then, you can push your changes:

.. code-block:: terminal

$ git push origin improve_install_article
Expand Down
Loading