Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [es] Create /docs/contributing/new-content.md #5270

Closed
Closed
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
286225b
fix: :bug: remove markdown list enumerator to display content in merm…
TineoC Sep 30, 2024
d76b1da
docs: :memo: create add new content page in spanish
TineoC Sep 30, 2024
d7cd84f
chore: :memo: capitalize link declarations
TineoC Sep 30, 2024
25636ca
OTel .NET Auto - typo fixes propagators -> exporters (#5269)
Kielek Sep 30, 2024
d787c50
OTel Arrow blog drive-by copyedits (#5268)
chalin Sep 30, 2024
41f6fd5
Contributing: improved guidance for quick-fixers, mentees, and more (…
chalin Sep 30, 2024
b018e75
Merge branch 'main' into docs/es/contributing-new-content
TineoC Sep 30, 2024
06c5930
Apply suggestions from code review
TineoC Sep 30, 2024
ff9c04a
chore: replace empaqueta to compila
TineoC Sep 30, 2024
99cf51c
Merge branch 'main' into docs/es/contributing-new-content
TineoC Sep 30, 2024
b9d61b2
Revert "fix: :bug: remove markdown list enumerator to display content…
TineoC Sep 30, 2024
8a653c2
Apply suggestions from code review
TineoC Sep 30, 2024
ec0561b
docs: :memo: rename new content docs to pull-requests.md
TineoC Sep 30, 2024
616a294
Merge branch 'main' into docs/es/contributing-new-content
TineoC Sep 30, 2024
4e7d1fb
Update pull-requests.md
theletterf Oct 1, 2024
cfb4a46
Merge branch 'main' into docs/es/contributing-new-content
theletterf Oct 1, 2024
241e6df
Merge branch 'main' into docs/es/contributing-new-content
TineoC Oct 1, 2024
68b0c17
Revert "Merge branch 'main' into docs/es/contributing-new-content"
TineoC Oct 1, 2024
4e42f60
Update content/es/docs/contributing/pull-requests.md
theletterf Oct 1, 2024
af6c6ba
Update content/es/docs/contributing/pull-requests.md
theletterf Oct 1, 2024
eeaa0b4
Results from /fix:format
opentelemetrybot Oct 1, 2024
50b579b
Add hash
theletterf Oct 1, 2024
03ce062
Results from /fix:refcache
opentelemetrybot Oct 1, 2024
ca62e22
feat: [es] Create docs/kubernetes/collector/components.md (#5263)
falconcr Oct 1, 2024
25759b5
fix: :bug: remove markdown list enumerator to display content in merm…
TineoC Sep 30, 2024
e3cd5d2
Contributing: improved guidance for quick-fixers, mentees, and more (…
chalin Sep 30, 2024
329ce4f
Merge branch 'main' into docs/es/contributing-new-content
TineoC Oct 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions content/en/docs/contributing/pull-requests.md
theletterf marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ A([fa:fa-user New<br>Contributor]) --- id1[(open-telemetry/opentelemetry.io<br>G
subgraph tasks[Changes using GitHub]
direction TB
0[ ] -.-
1[1. Edit this page] --> 2[2. Use GitHub markdown<br>editor to make changes]
2 --> 3[3. fill in Propose file change]
1[Edit this page] --> 2[Use GitHub markdown<br>editor to make changes]
2 --> 3[fill in Propose file change]

end
subgraph tasks2[ ]
direction TB
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]
4[select Propose file change] --> 5[select Create pull request] --> 6[fill in Open a pull request]
6 --> 7[select Create pull request]
end

id1 --> tasks --> tasks2
Expand Down Expand Up @@ -289,15 +289,15 @@ Figure 4 shows the steps to open a PR from your fork to
flowchart LR
subgraph first[ ]
direction TB
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<br>head repository drop-down menu]
1[Go to opentelemetry.io repository] --> 2[Select New Pull Request]
2 --> 3[Select compare across forks]
3 --> 4[Select your fork from<br>head repository drop-down menu]
end
subgraph second [ ]
direction TB
5[5. Select your branch from<br>the compare drop-down menu] --> 6[6. Select Create Pull Request]
6 --> 7[7. Add a description<br>to your PR]
7 --> 8[8. Select Create pull request]
5[Select your branch from<br>the compare drop-down menu] --> 6[Select Create Pull Request]
6 --> 7[Add a description<br>to your PR]
7 --> 8[Select Create pull request]
end

first --> second
Expand Down
Loading
Loading