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

docs: fix spelling; change github to GitHub #4232

Merged
merged 1 commit into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion core/src/services/ghac/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This service can be used to:

## Notes

This service is mainly provided by github actions.
This service is mainly provided by GitHub actions.

Refer to [Caching dependencies to speed up workflows](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows) for more information.

Expand Down
2 changes: 1 addition & 1 deletion website/community/committers/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ Example: <https://lists.apache.org/thread/xk5myl10mztcfotn59oo59s4ckvojds6>
git checkout ${release_version}
# Tag with the opendal version
git tag -s ${opendal_version}
# Push tags to github to trigger releases
# Push tags to GitHub to trigger releases
git push origin ${opendal_version}
```

Expand Down
4 changes: 2 additions & 2 deletions website/community/pmc_members/nominate-committer.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This document mainly introduces how a PMC member nominates a new committer.
Start a vote about the candidate via sending email to: <[email protected]>:

- candidate_name: The full name of the candidate.
- candidate_github_id: The github id of the candidate.
- candidate_github_id: The GitHub id of the candidate.

Title:

Expand All @@ -24,7 +24,7 @@ Content:
Hi, All OpenDAL PMC members.

I'd like to take this chance to call the vote for inviting committed
contributor ${candidate_name} (github id: ${candidate_github_id}) as a new committer of Apache
contributor ${candidate_name} (GitHub id: ${candidate_github_id}) as a new committer of Apache
OpenDAL.

${candidate_contributions}
Expand Down
4 changes: 2 additions & 2 deletions website/community/pmc_members/nominate-pmc-member.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This document mainly introduces how a PMC member nominates a new PMC member.
Start a vote about the candidate via sending email to: <[email protected]>:

- candidate_name: The full name of the candidate.
- candidate_github_id: The github id of the candidate.
- candidate_github_id: The GitHub id of the candidate.

Title:

Expand All @@ -23,7 +23,7 @@ Content:
```
Hi, All OpenDAL PMC members.

I would like to nominate ${candidate_name} (github id: ${candidate_github_id}) as a candidate for the OpenDAL PMC member. Since becoming an OpenDAL committer, ${candidate_name} has made significant contributions to various modules of the project.
I would like to nominate ${candidate_name} (GitHub id: ${candidate_github_id}) as a candidate for the OpenDAL PMC member. Since becoming an OpenDAL committer, ${candidate_name} has made significant contributions to various modules of the project.

${candidate_name}'s great contributions could be found:

Expand Down
Loading