Skip to content

Commit a719648

Browse files
authored
Merge pull request #52271 from tom1299/patch-5
Update stesp for opening a PR using GitHub
2 parents 5622fb7 + 9f6716e commit a719648

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/en/docs/contribute/new-content/open-a-pr.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ subgraph tasks[Changes using GitHub]
4242
direction 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

4747
end
4848
subgraph tasks2[ ]
4949
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]
5252
end
5353

5454
id1 --> tasks --> tasks2
@@ -69,7 +69,7 @@ Figure 1. Steps for opening a PR using GitHub.
6969

7070
1. 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

8383
1. Select **Create pull request**.
8484

8585
1. 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

Comments
 (0)