Skip to content

Commit 99f0ae5

Browse files
authored
fix: Unsupported markdown: list due to missing parsed period in contributing/pull-requests page (#6253)
1 parent 4a8bc97 commit 99f0ae5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

content/en/docs/contributing/pull-requests.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ A([fa:fa-user New<br>Contributor]) --- id1[(open-telemetry/opentelemetry.io<br>G
6868
subgraph tasks[Changes using GitHub]
6969
direction TB
7070
0[ ] -.-
71-
1[1. Edit this page] --> 2[2. Use GitHub markdown<br>editor to make changes]
72-
2 --> 3[3. fill in Propose file change]
71+
1[1\. Edit this page] --> 2[2\. Use GitHub markdown<br>editor to make changes]
72+
2 --> 3[3\. Fill in Propose file change]
7373
7474
end
7575
subgraph tasks2[ ]
7676
direction TB
77-
4[4. select Propose file change] --> 5[5. select Create pull request] --> 6[6. fill in Open a pull request]
78-
6 --> 7[7. select Create pull request]
77+
4[4\. Select Propose file change] --> 5[5\. Select Create pull request] --> 6[6\. Fill in Open a pull request]
78+
6 --> 7[7\. Select Create pull request]
7979
end
8080
8181
id1 --> tasks --> tasks2
@@ -289,15 +289,15 @@ Figure 4 shows the steps to open a PR from your fork to
289289
flowchart LR
290290
subgraph first[ ]
291291
direction TB
292-
1[1. Go to opentelemetry.io repository] --> 2[2. Select New Pull Request]
293-
2 --> 3[3. Select compare across forks]
294-
3 --> 4[4. Select your fork from<br>head repository drop-down menu]
292+
1[1\. Go to opentelemetry.io repository] --> 2[2\. Select New Pull Request]
293+
2 --> 3[3\. Select compare across forks]
294+
3 --> 4[4\. Select your fork from<br>head repository drop-down menu]
295295
end
296296
subgraph second [ ]
297297
direction TB
298-
5[5. Select your branch from<br>the compare drop-down menu] --> 6[6. Select Create Pull Request]
299-
6 --> 7[7. Add a description<br>to your PR]
300-
7 --> 8[8. Select Create pull request]
298+
5[5\. Select your branch from<br>the compare drop-down menu] --> 6[6\. Select Create Pull Request]
299+
6 --> 7[7\. Add a description<br>to your PR]
300+
7 --> 8[8\. Select Create pull request]
301301
end
302302
303303
first --> second

0 commit comments

Comments
 (0)