Skip to content

Update overview.rst #18834

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 6, 2023
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
11 changes: 6 additions & 5 deletions contributing/documentation/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,19 @@ If you're making a relatively small change - like fixing a typo or rewording
something - the easiest way to contribute is directly on GitHub! You can do this
while you're reading the Symfony documentation.

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

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

**Step 2.** Edit the contents, describe your changes and click on the
**Propose file change** button.
**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 **Commit changes...** button. In the popup, describe your changes
and click on **Propose changes** button.

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

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