This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn-website.git
The following commit(s) were added to refs/heads/main by this push:
new 4847a7d Add Community page
4847a7d is described below
commit 4847a7da8e1a28b6bc0b0d50148756738eeb830c
Author: Cheng Pan <[email protected]>
AuthorDate: Tue Dec 13 14:10:34 2022 +0800
Add Community page
---
.../contributor_guide}/build_and_test.md | 0
.../contributor_guide}/docs_and_website.md | 0
docs/community/project_management_committee.md | 58 ++++++++++++++++++++++
mkdocs.yml | 12 +++--
4 files changed, 65 insertions(+), 5 deletions(-)
diff --git a/docs/developer_guide/build_and_test.md
b/docs/community/contributor_guide/build_and_test.md
similarity index 100%
rename from docs/developer_guide/build_and_test.md
rename to docs/community/contributor_guide/build_and_test.md
diff --git a/docs/developer_guide/docs_and_website.md
b/docs/community/contributor_guide/docs_and_website.md
similarity index 100%
rename from docs/developer_guide/docs_and_website.md
rename to docs/community/contributor_guide/docs_and_website.md
diff --git a/docs/community/project_management_committee.md
b/docs/community/project_management_committee.md
new file mode 100644
index 0000000..58af5f1
--- /dev/null
+++ b/docs/community/project_management_committee.md
@@ -0,0 +1,58 @@
+---
+license: |
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+ http://www.apache.org/licenses/LICENSE-2.0
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+---
+
+Project Management Committee
+===
+
+Celeborn has received numerous help from the community. This page lists the
contributors and committers of Apache Celeborn.
+
+## Project Management Committee (PMC)
+
+A committer will be promoted to a PMC member when the community thinks he/she
is able to be in charge at least a major component of this project.
+
+Current Celeborn PMC members are as follows:
+
+| Name | GitHub ID | Apache ID |
+|:-------------|:-------------|:------------------------|
+| Cheng Pan | pan3793 | [email protected] |
+| Ethan Feng | FMX | [email protected] |
+| Kerwin Zhang | kerwin-zk | [email protected] |
+| Keyong Zhou | waitinfuture | [email protected] |
+| Yi Zhu | AngersZhuuuu | [email protected] |
+
+## Mentors
+
+Mentors from Apache Incubator help the project to turn into a good shape
following the "Apache" way. Thank you, mentors!
+
+
+| Name | GitHub ID | Apache ID |
+|:------------------|:------------|:---------------------|
+| Becket Qi | becketqin | [email protected] |
+| Duo Zhang | Apache9 | [email protected] |
+| Lidong Dai | davidzollo | [email protected] |
+| Willem Ning Jiang | WillemJiang | [email protected] |
+| Yu Li | carp84 | [email protected] |
+
+## Committers
+
+A contributor who contributes enough code to Celeborn will be promoted to a
committer. A committer has the write access to Celeborn git repository.
+
+Current Celeborn Committers are as follows:
+
+| Name | GitHub ID | Apache ID |
+|:-------------|:-------------|:------------------------|
+| Xia Yifan | nafiyAix | [email protected] |
+
diff --git a/mkdocs.yml b/mkdocs.yml
index 704739a..08fe0d6 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -75,13 +75,15 @@ copyright: >
nav:
- Home: index.md
- Download: download.md
- - Configuration:
- - configuration/index.md
- - Developer Guide:
- - Build and Test: developer_guide/build_and_test.md
- - Docs and Website: developer_guide/docs_and_website.md
- User Guide:
- Upgrade: user_guide/upgrade.md
+ - Configuration:
+ - configuration/index.md
+ - Community:
+ - Project Management Committee: community/project_management_committee.md
+ - Contributor Guide:
+ - Build and Test: community/contributor_guide/build_and_test.md
+ - Docs and Website: community/contributor_guide/docs_and_website.md
- Apache Software Foundation:
- Foundation: asf/asf.md
- Disclaimer: asf/disclaimer.md