This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch fix-typo-in-pmc-template in repository https://gitbox.apache.org/repos/asf/opendal.git
commit 9811587028cc482292fc57229a773c26e4cbc687 Author: Xuanwo <[email protected]> AuthorDate: Fri Jan 19 17:54:23 2024 +0800 docs: Polish the template for add candidate as PMC member Signed-off-by: Xuanwo <[email protected]> --- .../community/{ppmc_members => pmc_members}/_category_.yml | 0 .../{ppmc_members => pmc_members}/nominate-committer.md | 0 .../nominate-pmc-member.md} | 12 +++++------- .../community/{ppmc_members => pmc_members}/onboarding.md | 0 .../{ppmc_members => pmc_members}/podling-report.md | 0 .../{ppmc_members => pmc_members}/roster-add-committer.png | Bin .../roster-add-pmc-member.png} | Bin 7 files changed, 5 insertions(+), 7 deletions(-) diff --git a/website/community/ppmc_members/_category_.yml b/website/community/pmc_members/_category_.yml similarity index 100% rename from website/community/ppmc_members/_category_.yml rename to website/community/pmc_members/_category_.yml diff --git a/website/community/ppmc_members/nominate-committer.md b/website/community/pmc_members/nominate-committer.md similarity index 100% rename from website/community/ppmc_members/nominate-committer.md rename to website/community/pmc_members/nominate-committer.md diff --git a/website/community/ppmc_members/nominate-ppmc-member.md b/website/community/pmc_members/nominate-pmc-member.md similarity index 89% rename from website/community/ppmc_members/nominate-ppmc-member.md rename to website/community/pmc_members/nominate-pmc-member.md index ad5ba8282c..7a456be316 100644 --- a/website/community/ppmc_members/nominate-ppmc-member.md +++ b/website/community/pmc_members/nominate-pmc-member.md @@ -23,9 +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, Xiangdong has made significant contributions to various modules of the project. - -${candidate_contributions} +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: @@ -85,13 +83,13 @@ The nominating PMC member should send a message to the Board <[email protected]> Title: ``` -[NOTICE] ${candidate_name} for OpenDAL PMC +[NOTICE] ${candidate_name} for Apache OpenDAL PMC ``` Content: ``` -${candidate_name} has been voted as a new member of the OpenDAL PMC. the vote thread is at: +${candidate_name} has been voted as a new member of the Apache OpenDAL PMC. the vote thread is at: https://lists.apache.org/thread/yg2gz2tof3cvbrgp1wxzk6mf9o858h7t ``` @@ -103,7 +101,7 @@ Send an invitation to the candidate and cc <[email protected]>: Title: ``` -Invitation to become OpenDAL PMC Member: ${candidate_name} +Invitation to become Apache OpenDAL PMC Member: ${candidate_name} ``` Content: @@ -124,4 +122,4 @@ ${your_name} (as represents of The Apache OpenDAL PMC) After the candidate accepts the invitation, add the candidate to the PMC member list by [whimsy roster tools](https://whimsy.apache.org/roster/committee/opendal) - + diff --git a/website/community/ppmc_members/onboarding.md b/website/community/pmc_members/onboarding.md similarity index 100% rename from website/community/ppmc_members/onboarding.md rename to website/community/pmc_members/onboarding.md diff --git a/website/community/ppmc_members/podling-report.md b/website/community/pmc_members/podling-report.md similarity index 100% rename from website/community/ppmc_members/podling-report.md rename to website/community/pmc_members/podling-report.md diff --git a/website/community/ppmc_members/roster-add-committer.png b/website/community/pmc_members/roster-add-committer.png similarity index 100% rename from website/community/ppmc_members/roster-add-committer.png rename to website/community/pmc_members/roster-add-committer.png diff --git a/website/community/ppmc_members/roster-add-ppmc-member.png b/website/community/pmc_members/roster-add-pmc-member.png similarity index 100% rename from website/community/ppmc_members/roster-add-ppmc-member.png rename to website/community/pmc_members/roster-add-pmc-member.png
