@@ -140,12 +140,18 @@ website, without having to download any software or use the command line.
140140For example, the accept command is at:
141141https://github.com/livecode/livecode/blob/community-docs/docs/dictionary/command/accept.lcdoc
142142
143+ ![ ] ( images/livecode-repo-filesystem.png )
144+
143145** Click the pencil icon to the right of Raw|Blame|History buttons**
144146
147+ ![ ] ( images/editing-file.png )
148+
145149** Make your changes**
146150
147151** In the Propose file change section, enter the title and description of your pull request.**
148152
153+ ![ ] ( images/propose-file-change.png )
154+
149155The title should be along the lines of
150156
151157` [[ Community Docs ]] <short description of what was fixed / updated> `
@@ -182,14 +188,30 @@ and description
182188
183189** Click the Propose File Change button.**
184190
191+ > * Note:* Please ensure the pull request has the correct base branch and
192+ comparison branch. The base fork should be ` livecode/livecode ` , with
193+ base branch ` community-docs ` , and the head fork should be
194+ ` <your user name>/livecode ` with compare branch something like ` patch-1 `
195+ (unless you have renamed it).
196+
197+ ![ ] ( images/pull-request-target.png )
198+
185199** Click Create Pull Request**
186200
187- It will confirm the title and description you entered before.
201+ It will confirm the title and description you entered before, and show
202+ you the files that are changed in the pull request.
203+
204+ Now is a good time to check the changes you are proposing.
205+
206+ ![ ] ( images/open-pull-request.png )
188207
189208** Click Create Pull Request again.**
190209
191210You should now be able to see your pull request here
192- https://github.com/livecode/livecode/pulls
211+ https://github.com/livecode/livecode/pulls , or by clicking the 'Pull
212+ Requests' menu item at the top of the GitHub website.
213+
214+ ![ ] ( images/github-top-menu.png )
193215
194216** Sign the CLA if you haven't already**
195217
@@ -254,6 +276,17 @@ check back in case there is something that the reviewer would like you to change
254276When the pull request has been reviewed, it will be merged into the main repository and
255277should be in the LiveCode Dictionary in the next release!
256278
279+ ## Making further changes
280+
281+ If you need to make further changes to your pull request, make sure you
282+ are looking at the pull request you want to change (you can find your pull
283+ request either in the list of pull requests to the livecode repo at
284+ https://github.com/livecode/livecode/pulls , or by clicking the 'Pull
285+ Requests' menu item at the top of the GitHub website which shows all
286+ your outstanding pull requests), and click on the 'Files Changed' tab.
287+
288+ You can then click on the pencil and make your changes as before.
289+
257290## Using Git GUI software
258291
259292Download a Git GUI Client from
0 commit comments