Skip to content

Commit ec2e864

Browse files
authored
Update overview.rst
Adding precisions on steps one and two.
1 parent 8dd9cb1 commit ec2e864

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

contributing/documentation/overview.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,17 @@ 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. Then, edit the contents, preview your changes (with the button at the top left) and click on the
32+
**Commit changes...** button. In the popup, describe your changes and click on **Propose changes** button.
3333

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
34+
**Step 3.** GitHub will now create a branch and a commit for your changes and it will
3635
also display a preview of your changes:
3736

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

0 commit comments

Comments
 (0)