From 6782d561186ca64907ebf68fe51925a19caf6ce2 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Fri, 19 Jan 2024 17:59:46 +0800 Subject: [PATCH] docs: Polish the template for add candidate as PMC member (#4027) * docs: Polish the template for add candidate as PMC member Signed-off-by: Xuanwo * FIx typo Signed-off-by: Xuanwo --------- Signed-off-by: Xuanwo --- .../{ppmc_members => pmc_members}/_category_.yml | 0 .../nominate-committer.md | 0 .../nominate-pmc-member.md} | 14 ++++++-------- .../{ppmc_members => pmc_members}/onboarding.md | 0 .../podling-report.md | 0 .../roster-add-committer.png | Bin .../roster-add-pmc-member.png} | Bin 7 files changed, 6 insertions(+), 8 deletions(-) rename website/community/{ppmc_members => pmc_members}/_category_.yml (100%) rename website/community/{ppmc_members => pmc_members}/nominate-committer.md (100%) rename website/community/{ppmc_members/nominate-ppmc-member.md => pmc_members/nominate-pmc-member.md} (89%) rename website/community/{ppmc_members => pmc_members}/onboarding.md (100%) rename website/community/{ppmc_members => pmc_members}/podling-report.md (100%) rename website/community/{ppmc_members => pmc_members}/roster-add-committer.png (100%) rename website/community/{ppmc_members/roster-add-ppmc-member.png => pmc_members/roster-add-pmc-member.png} (100%) 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 ad5ba8282ce8..28c0c23db57f 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: @@ -34,7 +32,7 @@ ${candidate_name}'s great contributions could be found: - Github Issues: https://github.com/apache/opendal/issues?q=is%3Aopen+mentions%3A${candidate_github_id} Please make your valuable evaluation on whether we could invite ${candidate_name} as a -committer: +PMC member: [ +1 ] Agree to add ${candidate_name} as a PMC member of OpenDAL. [ 0 ] Have no sense. @@ -85,13 +83,13 @@ The nominating PMC member should send a message to the Board 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 : 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) -![](roster-add-ppmc-member.png) +![](roster-add-pmc-member.png) 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