From b9d61b205fec28dbccad16291b0c7cc4b4818da7 Mon Sep 17 00:00:00 2001 From: Christopher Tineo Date: Mon, 30 Sep 2024 11:29:42 -0400 Subject: [PATCH] Revert "fix: :bug: remove markdown list enumerator to display content in mermaid chart" This reverts commit 286225b017a79df149cd7849a81124f8f0f8ad52. --- content/en/docs/contributing/pull-requests.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/en/docs/contributing/pull-requests.md b/content/en/docs/contributing/pull-requests.md index b7ea1f073e5e..ac831674f9c7 100644 --- a/content/en/docs/contributing/pull-requests.md +++ b/content/en/docs/contributing/pull-requests.md @@ -68,14 +68,14 @@ A([fa:fa-user New
Contributor]) --- id1[(open-telemetry/opentelemetry.io
G subgraph tasks[Changes using GitHub] direction TB 0[ ] -.- - 1[Edit this page] --> 2[Use GitHub markdown
editor to make changes] - 2 --> 3[fill in Propose file change] + 1[1. Edit this page] --> 2[2. Use GitHub markdown
editor to make changes] + 2 --> 3[3. fill in Propose file change] end subgraph tasks2[ ] direction TB - 4[select Propose file change] --> 5[select Create pull request] --> 6[fill in Open a pull request] - 6 --> 7[select Create pull request] +4[4. select Propose file change] --> 5[5. select Create pull request] --> 6[6. fill in Open a pull request] +6 --> 7[7. select Create pull request] end id1 --> tasks --> tasks2 @@ -289,15 +289,15 @@ Figure 4 shows the steps to open a PR from your fork to flowchart LR subgraph first[ ] direction TB -1[Go to opentelemetry.io repository] --> 2[Select New Pull Request] -2 --> 3[Select compare across forks] -3 --> 4[Select your fork from
head repository drop-down menu] +1[1. Go to opentelemetry.io repository] --> 2[2. Select New Pull Request] +2 --> 3[3. Select compare across forks] +3 --> 4[4. Select your fork from
head repository drop-down menu] end subgraph second [ ] direction TB -5[Select your branch from
the compare drop-down menu] --> 6[Select Create Pull Request] -6 --> 7[Add a description
to your PR] -7 --> 8[Select Create pull request] +5[5. Select your branch from
the compare drop-down menu] --> 6[6. Select Create Pull Request] +6 --> 7[7. Add a description
to your PR] +7 --> 8[8. Select Create pull request] end first --> second