Skip to content

Commit 83a5624

Browse files
authored
Merge pull request #31652 from chrismetz09/patch-4
Add Figure <number> to text and caption open-a-pr.md
2 parents 848d170 + 37a47f2 commit 83a5624

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If your changes are large, read [Work from a local fork](#fork-the-repo) to lear
2828
## Changes using GitHub
2929

3030
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.
3232

3333
<!-- See https://github.com/kubernetes/website/issues/28808 for live-editor URL to this figure -->
3434
<!-- 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
6161
class id1 k8s
6262
{{</ mermaid >}}
6363

64-
***Figure - Steps for opening a PR using GitHub***
64+
Figure 1. Steps for opening a PR using GitHub.
6565

6666
1. On the page where you see the issue, select the pencil icon at the top right.
6767
You can also scroll to the bottom of the page and select **Edit this page**.
@@ -122,7 +122,7 @@ work from a local fork.
122122

123123
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.
124124

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.
126126

127127
<!-- See https://github.com/kubernetes/website/issues/28808 for live-editor URL to this figure -->
128128
<!-- 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
151151
class S,T spacewhite
152152
class changes,changes2 white
153153
{{</ 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.
155156

156157
### Fork the kubernetes/website repository
157158

@@ -353,7 +354,7 @@ Alternately, install and use the `hugo` command on your computer:
353354

354355
### Open a pull request from your fork to kubernetes/website {#open-a-pr}
355356

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.
357358
<!-- See https://github.com/kubernetes/website/issues/28808 for live-editor URL to this figure -->
358359
<!-- 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 -->
359360

@@ -379,7 +380,8 @@ classDef white fill:#ffffff,stroke:#000,stroke-width:px,color:#000,font-weight:b
379380
class 1,2,3,4,5,6,7,8 grey
380381
class first,second white
381382
{{</ 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.
383385

384386
1. In a web browser, go to the [`kubernetes/website`](https://github.com/kubernetes/website/) repository.
385387
2. Select **New Pull Request**.

0 commit comments

Comments
 (0)