@@ -42,13 +42,13 @@ subgraph tasks[Changes using GitHub]
4242direction TB
4343 0[ ] -.-
4444 1[ 1. Edit this page] --> 2[ 2. Use GitHub markdown<br >editor to make changes]
45- 2 --> 3[ 3. fill in Propose file change ]
45+ 2 --> 3[ 3. Select Commit changes... ]
4646
4747end
4848subgraph tasks2[ ]
4949direction TB
50- 4[ 4. select Propose file change] --> 5[ 5. select Create pull request] --> 6[ 6. fill in Open a pull request]
51- 6 --> 7[ 7. select Create pull request]
50+ 4[ 4. Select Propose file change] --> 5[ 5. Select Create pull request] --> 6[ 6. Fill in Open a pull request]
51+ 6 --> 7[ 7. Select Create pull request]
5252end
5353
5454id1 --> tasks --> tasks2
@@ -69,7 +69,7 @@ Figure 1. Steps for opening a PR using GitHub.
6969
70701 . Make your changes in the GitHub markdown editor.
7171
72- 1 . Below the editor, fill in the ** Propose file change ** form .
72+ 1 . On the right above the editor, Select ** Commit changes ** .
7373 In the first field, give your commit message a title.
7474 In the second field, provide a description.
7575
@@ -78,15 +78,15 @@ Figure 1. Steps for opening a PR using GitHub.
7878 in your commit message. You can add those to the pull request description later.
7979 {{< /note >}}
8080
81- 1 . Select ** Propose file change ** .
81+ 1 . Select ** Propose changes ** .
8282
83831 . Select ** Create pull request** .
8484
85851 . The ** Open a pull request** screen appears. Fill in the form:
8686
87- - The ** Subject ** field of the pull request defaults to the commit summary.
87+ - The ** Add a title ** field of the pull request defaults to the commit summary.
8888 You can change it if needed.
89- - The ** Body ** contains your extended commit message, if you have one,
89+ - The ** Add a description ** field contains your extended commit message, if you have one,
9090 and some template text. Add the
9191 details the template text asks for, then delete the extra template text.
9292 - Leave the ** Allow edits from maintainers** checkbox selected.
0 commit comments