@@ -81,20 +81,29 @@ and to log in to use it. Once logged in, you can propose change like so:
8181
82821. Click the **Edit on GitHub ** button.
8383
84- 2. On the GitHub page you're taken to, click the pencil icon in the top-right
85- corner near the **Raw **, **Blame **, and **Delete ** buttons. It has the
86- tooltip "Fork this project and edit the file".
84+ 2. On the GitHub page you're taken to, make sure the current branch is "master".
85+ Click the pencil icon in the top-right corner
86+ near the **Raw **, **Blame **, and **Delete ** buttons.
87+ It has the tooltip "Fork this project and edit the file".
8788
88893. Edit the text in the text editor.
8990
90- 4. At the bottom of the web page, summarize the changes you made and click the
91- button **Propose file change **. Make sure to replace the placeholder "Update file.rst"
92- by a short, but clear one-line description, as this is the commit title.
91+ 4. Click "Commit changes...", summarize the changes you made
92+ and make sure to replace the placeholder "Update file.rst" by a short,
93+ but clear one-line description, as this is the commit title.
94+ Click the button **Propose changes **.
9395
94965. On the following screens, click the **Create pull request ** button until you
9597 see a message like *Username wants to merge 1 commit into godotengine:master
9698 from Username:patch-1 *.
9799
100+ .. note ::
101+
102+ If there are more commits than your own in the pull request
103+ it is likely that your branch was created using the wrong origin,
104+ due to "master" not being the current branch in step 2.
105+ You will need to rebase your branch to "master" or create a new branch.
106+
98107Another contributor will review your changes and merge them into the docs if
99108they're good. They may also make changes or ask you to do so before merging.
100109
0 commit comments