@@ -42,13 +42,13 @@ subgraph tasks[Changes using GitHub]
42
42
direction TB
43
43
0[ ] -.-
44
44
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... ]
46
46
47
47
end
48
48
subgraph tasks2[ ]
49
49
direction 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]
52
52
end
53
53
54
54
id1 --> tasks --> tasks2
@@ -69,7 +69,7 @@ Figure 1. Steps for opening a PR using GitHub.
69
69
70
70
1 . Make your changes in the GitHub markdown editor.
71
71
72
- 1 . Below the editor, fill in the ** Propose file change ** form .
72
+ 1 . On the right above the editor, Select ** Commit changes ** .
73
73
In the first field, give your commit message a title.
74
74
In the second field, provide a description.
75
75
@@ -78,15 +78,15 @@ Figure 1. Steps for opening a PR using GitHub.
78
78
in your commit message. You can add those to the pull request description later.
79
79
{{< /note >}}
80
80
81
- 1 . Select ** Propose file change ** .
81
+ 1 . Select ** Propose changes ** .
82
82
83
83
1 . Select ** Create pull request** .
84
84
85
85
1 . The ** Open a pull request** screen appears. Fill in the form:
86
86
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.
88
88
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,
90
90
and some template text. Add the
91
91
details the template text asks for, then delete the extra template text.
92
92
- Leave the ** Allow edits from maintainers** checkbox selected.
0 commit comments