File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
contributing/documentation Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,19 @@ If you're making a relatively small change - like fixing a typo or rewording
21
21
something - the easiest way to contribute is directly on GitHub! You can do this
22
22
while you're reading the Symfony documentation.
23
23
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
25
25
and you'll be redirected to GitHub:
26
26
27
27
.. image :: /_images/contributing/docs-github-edit-page.png
28
28
:alt: The "Edit this page" button is located directly below the first heading.
29
29
:class: with-browser
30
30
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.
33
35
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
36
37
also display a preview of your changes:
37
38
38
39
.. image :: /_images/contributing/docs-github-create-pr.png
You can’t perform that action at this time.
0 commit comments