You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/contribute/new-content/open-a-pr.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ If your changes are large, read [Work from a local fork](#fork-the-repo) to lear
28
28
## Changes using GitHub
29
29
30
30
If you're less experienced with git workflows, here's an easier method of
31
-
opening a pull request. The figure below outlines the steps and the details follow.
31
+
opening a pull request. Figure 1 outlines the steps and the details follow.
32
32
33
33
<!-- See https://github.com/kubernetes/website/issues/28808 for live-editor URL to this figure -->
34
34
<!-- You can also cut/paste the mermaid code into the live editor at https://mermaid-js.github.io/mermaid-live-editor to play around with it -->
@@ -61,7 +61,7 @@ class tasks,tasks2 white
61
61
class id1 k8s
62
62
{{</ mermaid >}}
63
63
64
-
***Figure - Steps for opening a PR using GitHub***
64
+
Figure 1. Steps for opening a PR using GitHub.
65
65
66
66
1. On the page where you see the issue, select the pencil icon at the top right.
67
67
You can also scroll to the bottom of the page and select **Edit this page**.
@@ -122,7 +122,7 @@ work from a local fork.
122
122
123
123
Make sure you have [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) installed on your computer. You can also use a git UI application.
124
124
125
-
The figure below shows the steps to follow when you work from a local fork. The details for each step follow.
125
+
Figure 2 shows the steps to follow when you work from a local fork. The details for each step follow.
126
126
127
127
<!-- See https://github.com/kubernetes/website/issues/28808 for live-editor URL to this figure -->
128
128
<!-- You can also cut/paste the mermaid code into the live editor at https://mermaid-js.github.io/mermaid-live-editor to play around with it -->
@@ -151,7 +151,8 @@ class 1,2,3,3a,4,5,6 grey
151
151
class S,T spacewhite
152
152
class changes,changes2 white
153
153
{{</ mermaid >}}
154
-
***Figure - Working from a local fork to make your changes***
154
+
155
+
Figure 2. Working from a local fork to make your changes.
155
156
156
157
### Fork the kubernetes/website repository
157
158
@@ -353,7 +354,7 @@ Alternately, install and use the `hugo` command on your computer:
353
354
354
355
### Open a pull request from your fork to kubernetes/website {#open-a-pr}
355
356
356
-
The figure below shows the steps to open a PR from your fork to the K8s/website. The details follow.
357
+
Figure 3 shows the steps to open a PR from your fork to the K8s/website. The details follow.
357
358
<!-- See https://github.com/kubernetes/website/issues/28808 for live-editor URL to this figure -->
358
359
<!-- You can also cut/paste the mermaid code into the live editor at https://mermaid-js.github.io/mermaid-live-editor to play around with it -->
359
360
@@ -379,7 +380,8 @@ classDef white fill:#ffffff,stroke:#000,stroke-width:px,color:#000,font-weight:b
379
380
class 1,2,3,4,5,6,7,8 grey
380
381
class first,second white
381
382
{{</ mermaid >}}
382
-
***Figure - Steps to open a PR from your fork to the K8s/website***
383
+
384
+
Figure 3. Steps to open a PR from your fork to the K8s/website.
383
385
384
386
1. In a web browser, go to the [`kubernetes/website`](https://github.com/kubernetes/website/) repository.
0 commit comments