Skip to content

Commit 67cb54b

Browse files
committed
minor #19949 [Contributing] Add documentation for rebasing when contributing to the docs (AndoniLarz)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- [Contributing] Add documentation for rebasing when contributing to the docs Title pretty much says it all : I asked [on Slack](https://symfony-devs.slack.com/archives/C9HKZM8KY/p1713877557930869) about how to rebase my docs branch because I'm not used to rebasing. We noticed there is no such documentation on the [Contributing to the Documentation](https://symfony.com/doc/current/contributing/documentation/overview.html#review-your-changes) page, whereas there is one in the [Proposing a Change](https://symfony.com/doc/current/contributing/code/pull_requests.html#rebase-your-pull-request). So here is the PR to add such a section. QUESTIONS : - [x] Maybe the `Rebase your branch` title is too big ? Commits ------- 9f4cdcd [Contributing] Add documentation for rebasing when contributing to the docs
2 parents 55f7308 + 9f4cdcd commit 67cb54b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contributing/documentation/overview.rst

+4
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ 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+
139143
.. code-block:: terminal
140144
141145
$ git push origin improve_install_article

0 commit comments

Comments
 (0)