Skip to content

Commit f7dd231

Browse files
committed
minor #18834 Update overview.rst (damien-louis)
This PR was submitted for the 6.3 branch but it was squashed and merged into the 5.4 branch instead. Discussion ---------- Update overview.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 3729e29 Update overview.rst
2 parents f586a3c + 3729e29 commit f7dd231

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

contributing/documentation/overview.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,19 @@ If you're making a relatively small change - like fixing a typo or rewording
2121
something - the easiest way to contribute is directly on GitHub! You can do this
2222
while you're reading the Symfony documentation.
2323

24-
**Step 1.** Click on the **edit this page** button on the upper right corner
24+
**Step 1.** Click on the **edit this page** button on the top of the page
2525
and you'll be redirected to GitHub:
2626

2727
.. image:: /_images/contributing/docs-github-edit-page.png
2828
:alt: The "Edit this page" button is located directly below the first heading.
2929
:class: with-browser
3030

31-
**Step 2.** Edit the contents, describe your changes and click on the
32-
**Propose file change** button.
31+
**Step 2.** If this is your first contribution, you have to fork the repository.
32+
Then, edit the contents, preview your changes (with the button at the top left)
33+
and click on the **Commit changes...** button. In the popup, describe your changes
34+
and click on **Propose changes** button.
3335

34-
**Step 3.** GitHub will now create a branch and a commit for your changes
35-
(forking the repository first if this is your first contribution) and it will
36+
**Step 3.** GitHub will now create a branch and a commit for your changes and it will
3637
also display a preview of your changes:
3738

3839
.. image:: /_images/contributing/docs-github-create-pr.png

0 commit comments

Comments
 (0)