From c38d0e188db1f81472c9b4c61a26e6926afdb676 Mon Sep 17 00:00:00 2001 From: Joe Schofield <47668691+joeschofield0@users.noreply.github.com> Date: Sat, 13 Aug 2022 10:31:20 +0100 Subject: [PATCH] Update en.md Updated following review by JoostdeCock & BenJamesBen. --- markdown/dev/howtos/git/editing-content-on-github/en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/markdown/dev/howtos/git/editing-content-on-github/en.md b/markdown/dev/howtos/git/editing-content-on-github/en.md index a59a710b430..aedaab72d5d 100644 --- a/markdown/dev/howtos/git/editing-content-on-github/en.md +++ b/markdown/dev/howtos/git/editing-content-on-github/en.md @@ -45,12 +45,12 @@ Clicking **Preview** will show what your changes will look like. ## Save your edits and submit a pull request When you are happy with your edits: - Scroll to the bottom of the page and enter a brief description of your edits. This will help us know what has changed. -- Click the **Commit** button. +- Click the **Commit** button. ![Commit changes](commit-changes.png) This is similar to saving a snapshot of your edits. Now you will create a *pull request* to let the admins know your edits are ready for review: - Navigate to the repository where you created your fork. -- Above the list of files, click the *Pull request* button. +- Above the list of files, click the *Pull request* button. ![Pull request button](pull-request-button.png) Congratulations - you have just submitted your first edits to the site maintainers!