This is an automated email from the ASF dual-hosted git repository.

yx9o pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new a08f642baaf Add contribute url (#20530)
a08f642baaf is described below

commit a08f642baaf4cc8430cf77bf4b5acba52bf91c1d
Author: Liang Zhang <[email protected]>
AuthorDate: Thu Aug 25 23:43:38 2022 +0800

    Add contribute url (#20530)
    
    * Rename url from contribute to involved
    
    * Rename url from contribute to involved
    
    * Add contribute url
---
 MATURITY.md                                                        | 6 +++---
 docs/community/content/involved/_index.cn.md                       | 4 ++--
 docs/community/content/involved/_index.en.md                       | 4 ++--
 docs/community/content/involved/contribute/_index.cn.md            | 7 +++++++
 docs/community/content/involved/contribute/_index.en.md            | 7 +++++++
 docs/community/content/involved/{ => contribute}/contributor.cn.md | 2 +-
 docs/community/content/involved/{ => contribute}/contributor.en.md | 2 +-
 docs/community/content/involved/{ => contribute}/dev-env.cn.md     | 0
 docs/community/content/involved/{ => contribute}/dev-env.en.md     | 0
 .../{document-contributor.cn.md => contribute/document.cn.md}      | 4 ++--
 .../{document-contributor.en.md => contribute/document.en.md}      | 4 ++--
 docs/community/content/team/_index.cn.md                           | 2 +-
 docs/community/content/team/_index.en.md                           | 2 +-
 13 files changed, 29 insertions(+), 15 deletions(-)

diff --git a/MATURITY.md b/MATURITY.md
index 96d380c3c94..5252337813f 100644
--- a/MATURITY.md
+++ b/MATURITY.md
@@ -22,7 +22,7 @@ Mentors and community members are encouraged to contribute to 
this page and comm
 | **CD20** | The project's code is easily discoverable and publicly 
accessible.                                                                     
                                                                                
                                                         | **YES.** The 
[website](https://shardingsphere.apache.org/) includes `SCM` link which can 
access GitHub directly. |
 | **CD30** | The code can be built in a reproducible way using widely 
available standard tools.                                                       
                                                                                
                                                       | **YES.** The build 
uses Apache Maven and Jenkins as the continuous integration tools, user can 
find `How to Build` in the [GitHub's 
README.md](https://github.com/apache/incubator-shardingsphere/blob/dev/RE [...]
 | **CD40** | The full history of the project's code is available via a source 
code control system, in a way that allows any released version to be recreated. 
                                                                                
                                               | **YES.** The project uses git 
to manage source code, demo code, documentation and website, all releases are 
tagged. |
-| **CD50** | The provenance of each line of code is established via the source 
code control system, in a reliable way based on strong authentication of the 
committer. When third-party contributions are committed, commit messages 
provide reliable information about the code provenance. | **YES.** The project 
uses GitHub which managed by Apache Infra, it ensuring provenance of each line 
of code to a committer. The third-party contributions are accepted in 
accordance with the [contributor gu [...]
+| **CD50** | The provenance of each line of code is established via the source 
code control system, in a reliable way based on strong authentication of the 
committer. When third-party contributions are committed, commit messages 
provide reliable information about the code provenance. | **YES.** The project 
uses GitHub which managed by Apache Infra, it ensuring provenance of each line 
of code to a committer. The third-party contributions are accepted in 
accordance with the [contributor gu [...]
 
 **Licenses and Copyright**
 
@@ -59,8 +59,8 @@ Mentors and community members are encouraged to contribute to 
this page and comm
 | **ID**   | **Description**                                                   
                                                                                
                                                                                
                                              | **Status** |
 | -------- | 
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 | ---------- |
 | **CO10** | The project has a well-known homepage that points to all the 
information required to operate according to this maturity model.               
                                                                                
                                                   | **YES.** The 
[website](https://shardingsphere.apache.org/) describes of the project with 
download, user manual, technical details, how to contribute and team introduce. 
|
-| **CO20** | The community welcomes contributions from anyone who acts in good 
faith and in a respectful manner and adds value to the project.                 
                                                                                
                                              | **YES.** There is [contributor 
guide](https://shardingsphere.apache.org/community/en/involved/contributor/) 
and the current committers are really welcome contributions. |
-| **CO30** | Contributions include not only source code, but also 
documentation, constructive bug reports, constructive discussions, marketing 
and generally anything that adds value to the project.                          
                                                              | **YES.** The 
contribution guide refers to non source code contribution, like 
[documentation](https://shardingsphere.apache.org/community/en/involved/document-contributor/).
 The community has elected some n [...]
+| **CO20** | The community welcomes contributions from anyone who acts in good 
faith and in a respectful manner and adds value to the project.                 
                                                                                
                                              | **YES.** There is [contributor 
guide](https://shardingsphere.apache.org/community/en/involved/contribute/contributor/)
 and the current committers are really welcome contributions. |
+| **CO30** | Contributions include not only source code, but also 
documentation, constructive bug reports, constructive discussions, marketing 
and generally anything that adds value to the project.                          
                                                              | **YES.** The 
contribution guide refers to non source code contribution, like 
[documentation](https://shardingsphere.apache.org/community/en/involved/contribute/document/).
 The community has elected some no [...]
 | **CO40** | The community strives to be meritocratic and over time aims to 
give more rights and responsibilities to contributors who add value to the 
project.                                                                        
                                                      | **YES.** The community 
has elected 2 new PPMC members and 4 new committers during incubation, based on 
meritocracy. |
 | **CO50** | The way in which contributors can be granted more rights such as 
commit access or decision power is clearly documented and is the same for all 
contributors.                                                                   
                                                 | **YES.** The criteria is 
documented in the [committer 
guide](https://shardingsphere.apache.org/community/en/involved/committer/). |
 | **CO60** | The community operates based on consensus of its members (see 
CS10) who have decision power. Dictators, benevolent or not, are not welcome in 
Apache projects.                                                                
                                                  | **YES.** The project works 
to build consensus. All votes have been unanimous so far. |
diff --git a/docs/community/content/involved/_index.cn.md 
b/docs/community/content/involved/_index.cn.md
index 21a00e4fe00..de54ad7cb02 100644
--- a/docs/community/content/involved/_index.cn.md
+++ b/docs/community/content/involved/_index.cn.md
@@ -9,7 +9,7 @@ ShardingSphere 是一个开放且活跃的社区,非常欢迎高质量的参
 
 您可以从[订阅官方邮件列表](/cn/involved/subscribe/)开始参与社区。
 
-如果您是刚接触 ShardingSphere,请您先阅读[开发环境搭建指南](/cn/involved/dev-env/)。
+如果您想参与 Apache ShardingSphere 的贡献,请先阅读[贡献指南](/cn/involved/contribute/)。
 
 在成为一个贡献者之前,请您阅读[贡献规范](/cn/involved/conduct/)。
 
@@ -17,4 +17,4 @@ ShardingSphere 是一个开放且活跃的社区,非常欢迎高质量的参
 
 如果您想成为官方版本发布经理,请您阅读[发布指南](/cn/involved/release/)。
 
-感谢您关注 ShardingSphere。
+感谢您关注 Apache ShardingSphere。
diff --git a/docs/community/content/involved/_index.en.md 
b/docs/community/content/involved/_index.en.md
index f7511c5c629..b88a355b258 100644
--- a/docs/community/content/involved/_index.en.md
+++ b/docs/community/content/involved/_index.en.md
@@ -9,9 +9,9 @@ First off, thank you for your interest in ShardingSphere. We 
are a very open and
 
 You may participate in the community through the [Mailing-list 
Subscription](/en/involved/subscribe/), or simply by interacting with other 
members in the [ShardingSphere Slack 
channel](https://app.slack.com/client/T026JKU2DPF/C026MLH7F34)
 
-If you are just getting started, please read the [Environment Set Up 
Guide](/en/involved/dev-env/) to set up the development environment for 
ShardingSphere.
+Please read the [Contribute Guide] if you interested to contribute Apache 
ShardingSphere.
 
-Please read the [Contributor Conduct](/en/involved/conduct/) before becoming a 
contributor.
+Please read the [Contribute Conduct](/en/involved/conduct/) before becoming a 
contributor.
 
 If you want to become a committer, please read the [Committers' 
Guide](/en/involved/committer/).
 Committers can be granted authority by the Apache repo after 
[2FA](/en/involved/2fa/) enabled.
diff --git a/docs/community/content/involved/contribute/_index.cn.md 
b/docs/community/content/involved/contribute/_index.cn.md
new file mode 100644
index 00000000000..915a215d5a2
--- /dev/null
+++ b/docs/community/content/involved/contribute/_index.cn.md
@@ -0,0 +1,7 @@
++++
+title = "贡献指南"
+weight = 2
+chapter = true
++++
+
+请阅读本章节了解如何贡献 Apache ShardingSphere。
diff --git a/docs/community/content/involved/contribute/_index.en.md 
b/docs/community/content/involved/contribute/_index.en.md
new file mode 100644
index 00000000000..aab26c4bf39
--- /dev/null
+++ b/docs/community/content/involved/contribute/_index.en.md
@@ -0,0 +1,7 @@
++++
+title = "Contribute Guide"
+weight = 2
+chapter = true
++++
+
+Please read this chapter to know how to contribute to Apache ShardingSphere.
diff --git a/docs/community/content/involved/contributor.cn.md 
b/docs/community/content/involved/contribute/contributor.cn.md
similarity index 99%
rename from docs/community/content/involved/contributor.cn.md
rename to docs/community/content/involved/contribute/contributor.cn.md
index ca3fb7926a9..4aed1c9fc1e 100644
--- a/docs/community/content/involved/contributor.cn.md
+++ b/docs/community/content/involved/contribute/contributor.cn.md
@@ -1,6 +1,6 @@
 +++
 title = "贡献者指南"
-weight = 3
+weight = 1
 chapter = true
 +++
 
diff --git a/docs/community/content/involved/contributor.en.md 
b/docs/community/content/involved/contribute/contributor.en.md
similarity index 99%
rename from docs/community/content/involved/contributor.en.md
rename to docs/community/content/involved/contribute/contributor.en.md
index 2681075f6ab..c53d53a526a 100644
--- a/docs/community/content/involved/contributor.en.md
+++ b/docs/community/content/involved/contribute/contributor.en.md
@@ -1,6 +1,6 @@
 +++
 title = "Contributor Guide"
-weight = 3
+weight = 1
 chapter = true
 +++
 
diff --git a/docs/community/content/involved/dev-env.cn.md 
b/docs/community/content/involved/contribute/dev-env.cn.md
similarity index 100%
rename from docs/community/content/involved/dev-env.cn.md
rename to docs/community/content/involved/contribute/dev-env.cn.md
diff --git a/docs/community/content/involved/dev-env.en.md 
b/docs/community/content/involved/contribute/dev-env.en.md
similarity index 100%
rename from docs/community/content/involved/dev-env.en.md
rename to docs/community/content/involved/contribute/dev-env.en.md
diff --git a/docs/community/content/involved/document-contributor.cn.md 
b/docs/community/content/involved/contribute/document.cn.md
similarity index 98%
rename from docs/community/content/involved/document-contributor.cn.md
rename to docs/community/content/involved/contribute/document.cn.md
index 456b9ee5dbd..4c7353b0823 100644
--- a/docs/community/content/involved/document-contributor.cn.md
+++ b/docs/community/content/involved/contribute/document.cn.md
@@ -1,6 +1,6 @@
 +++
-title = "官方文档贡献指南"
-weight = 7
+title = "文档贡献指南"
+weight = 3
 chapter = true
 +++
 
diff --git a/docs/community/content/involved/document-contributor.en.md 
b/docs/community/content/involved/contribute/document.en.md
similarity index 98%
rename from docs/community/content/involved/document-contributor.en.md
rename to docs/community/content/involved/contribute/document.en.md
index fda46cb5d13..ac0c1795277 100644
--- a/docs/community/content/involved/document-contributor.en.md
+++ b/docs/community/content/involved/contribute/document.en.md
@@ -1,6 +1,6 @@
 +++
-title = "Documents Contributor Guide"
-weight = 7
+title = "Documents Contribute Guide"
+weight = 3
 chapter = true
 +++
 
diff --git a/docs/community/content/team/_index.cn.md 
b/docs/community/content/team/_index.cn.md
index e218cd78140..3448e9a9ac8 100644
--- a/docs/community/content/team/_index.cn.md
+++ b/docs/community/content/team/_index.cn.md
@@ -445,4 +445,4 @@ chapter = true
 ShardingSphere 社区遵循 [Apache 
社区流程](http://community.apache.org/newcommitter.html)来接收新的提交者。
 当您积极参地与 ShardingSphere 社区之后,项目管理委员会和项目官方提交者会根据您的表现发起吸纳您成为官方提交者和项目管理委员会成员的流程。
 
-您可以阅读[贡献者指南](/cn/involved/contributor/)来参与社区,并通过[提交者指南](/cn/involved/committer/)获取更多信息。
+您可以阅读[贡献者指南](/cn/involved/contribute/contributor/)来参与社区,并通过[提交者指南](/cn/involved/committer/)获取更多信息。
diff --git a/docs/community/content/team/_index.en.md 
b/docs/community/content/team/_index.en.md
index 2b0436aeb43..272fcb3ade1 100644
--- a/docs/community/content/team/_index.en.md
+++ b/docs/community/content/team/_index.en.md
@@ -445,7 +445,7 @@ You can find all of the ShardingSphere contributors 
directly in GitHub's contrib
 The ShardingSphere community follows the [Apache Community’s 
process](http://community.apache.org/newcommitter.html) on accepting a new 
committer.
 Contributors that actively participate in ShardingSphere's community will be 
invited by the project's (P)PMC and Committers to join them by becoming a 
committer.
 
-You can read the [Contributor Guide](/en/involved/contributor/) for more 
information on how you can contribute to the community, as well as the 
[Committer Guide](/en/involved/committer/) for more details on how to become a 
committer.
+You can read the [Contributor Guide](/en/involved/contribute/contributor/) for 
more information on how you can contribute to the community, as well as the 
[Committer Guide](/en/involved/committer/) for more details on how to become a 
committer.
 
 ### How Can I Become a Contributor
 

Reply via email to