From 50e8bd755785c9bbbd4dd2d839144e2e34ea7266 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Thu, 22 Feb 2024 01:08:41 +1000 Subject: [PATCH] docs: fix spelling; change `github` to `GitHub` (#4232) --- core/src/services/ghac/docs.md | 2 +- website/community/committers/release.md | 2 +- website/community/pmc_members/nominate-committer.md | 4 ++-- website/community/pmc_members/nominate-pmc-member.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/src/services/ghac/docs.md b/core/src/services/ghac/docs.md index c58687d247b9..c86fbadcab86 100644 --- a/core/src/services/ghac/docs.md +++ b/core/src/services/ghac/docs.md @@ -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. diff --git a/website/community/committers/release.md b/website/community/committers/release.md index 84047ccf5dd6..1b8f9c833b70 100644 --- a/website/community/committers/release.md +++ b/website/community/committers/release.md @@ -413,7 +413,7 @@ Example: 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} ``` diff --git a/website/community/pmc_members/nominate-committer.md b/website/community/pmc_members/nominate-committer.md index ce1640ee11b5..09d11f42f5c5 100644 --- a/website/community/pmc_members/nominate-committer.md +++ b/website/community/pmc_members/nominate-committer.md @@ -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: : - 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: @@ -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} diff --git a/website/community/pmc_members/nominate-pmc-member.md b/website/community/pmc_members/nominate-pmc-member.md index 28c0c23db57f..360a021400b3 100644 --- a/website/community/pmc_members/nominate-pmc-member.md +++ b/website/community/pmc_members/nominate-pmc-member.md @@ -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: : - 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: @@ -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: