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

chenguangsheng pushed a commit to branch qqeasonchen-patch-3
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git

commit a2d99619150b439b61cf0f4af6eb40307450dfa5
Author: Eason Chen <[email protected]>
AuthorDate: Fri Jan 13 11:14:49 2023 +0800

    Update maturity.md
---
 maturity.md | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/maturity.md b/maturity.md
index b689794f4..e4612d73c 100644
--- a/maturity.md
+++ b/maturity.md
@@ -21,8 +21,8 @@ Mentors and community members are encouraged to contribute to 
this page and comm
 | **ID**   | **Description** | **Status** |
 | -------- | ----- | ---------- |
 | **CD10** | The project produces Open Source software for distribution to the 
public, at no charge.                                                           
                                                                                
                              | :white_check_mark:  The project source code is 
licensed under the `Apache License 2.0`. |
-| **CD20** | Anyone can easily discover and access the project's code.         
                                                                                
                                                                                
                           | :white_check_mark:  The [offical 
website](https://eventmesh.incubator.apache.org/) includes `Github` link which 
can access GitHub directly. |
-| **CD30** | Anyone using standard, widely-available tools, can build the code 
in a reproducible way.                                                          
                                                                                
                             | :white_check_mark:   Apache EventMesh provide 
[how-to-build](https://eventmesh.apache.org/docs/latest/development/eventmesh-compile-and-package)
 document to tell user how to compile on bare metal. |
+| **CD20** | Anyone can easily discover and access the project's code.         
                                                                                
                                                                                
                           | :white_check_mark:  The [offical 
website](https://eventmesh.apache.org/) includes `Github` link which can access 
GitHub directly. |
+| **CD30** | Anyone using standard, widely-available tools, can build the code 
in a reproducible way.                                                          
                                                                                
                             | :white_check_mark:   Apache EventMesh provide 
[how-to-build](https://github.com/apache/incubator-eventmesh/blob/master/docs/en/instruction/02-runtime.md)
 document to tell user how to compile on bare metal. |
 | **CD40** | The full history of the project's code is available via a source 
code control system, in a way that allows anyone to recreate any released 
version.                                                                        
                                    | :white_check_mark:  It depends on git, 
and anyone can view the full history of the project via commit logs. |
 | **CD50** | The source code control system establishes the provenance of each 
line of code in a reliable way, based on strong authentication of the 
committer. When third parties contribute code, commit messages provide reliable 
information about the code provenance. | :white_check_mark:  The project uses 
GitHub and managed by Apache Infra, it ensuring provenance of each line of code 
to a committer. |
 
@@ -31,8 +31,8 @@ Mentors and community members are encouraged to contribute to 
this page and comm
 | **ID**   | **Description**                                                   
                                                                                
                                                                                
                                              | **Status** |
 | -------- | 
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 | ---------- |
 | **LC10** | The Apache License, version 2.0, covers the released code.        
                                                                                
                                                                                
                                             | :white_check_mark:  The 
[LICENSE](https://github.com/apache/incubator-eventmesh/blob/master/LICENSE) is 
in GitHub repository. And all source files are with APLv2 header, check by 
`apache-rat:check`. |
-| **LC20** | Libraries that are mandatory dependencies of the project's code 
do not create more restrictions than the Apache License does.                   
                                                                                
                                                | :white_check_mark:  All 
[dependencies](https://github.com/apache/incubator-eventmesh/blob/master/eventmesh-dist/release-docs/LICENSE)
 has been checked and non of them create more restrictions than the Apac [...]
-| **LC30** | The libraries mentioned in LC20 are available as Open Source 
software.                                                                       
                                                                                
                                                   | :white_check_mark:  See 
[dependencies](https://github.com/apache/incubator-eventmesh/blob/master/eventmesh-dist/release-docs/LICENSE).
 |
+| **LC20** | Libraries that are mandatory dependencies of the project's code 
do not create more restrictions than the Apache License does.                   
                                                                                
                                                | :white_check_mark:  All 
[dependencies](https://github.com/apache/incubator-eventmesh/blob/master/tools/third-party-licenses/LICENSE)
 has been checked and non of them create more restrictions than the Apach [...]
+| **LC30** | The libraries mentioned in LC20 are available as Open Source 
software.                                                                       
                                                                                
                                                   | :white_check_mark:  See 
[dependencies](https://github.com/apache/incubator-eventmesh/blob/master/tools/third-party-licenses/LICENSE).
 |
 | **LC40** | Committers are bound by an Individual Contributor Agreement (the 
"Apache iCLA") that defines which code they may commit and how they need to 
identify code that is not their own. | :white_check_mark:  All committers have 
iCLAs. |
 | **LC50** | The project clearly defines and documents the copyright ownership 
of everything that the project produces.                                        
                                                                                
                                                      | :white_check_mark:  And 
all source files are with APLv2 header, check by `apache-rat:check`. |
 
@@ -44,7 +44,7 @@ Mentors and community members are encouraged to contribute to 
this page and comm
 | **RE20** | The project's PMC (Project Management Committee, see CS10) 
approves each software release in order to make the release an act of the 
Foundation.                                                                     
                                                                                
                     | :white_check_mark:  All releases have been voted at 
[email protected] and general@incubator, and have at least 3 
PPMC's/IPMC's votes.                        [...]
 | **RE30** | Releases are signed and/or distributed along with digests that 
anyone can reliably use to validate the downloaded archives.                    
                                                                                
                                                   | :white_check_mark:  All 
releases are signed, and the 
[KEYS](https://downloads.apache.org/incubator/eventmesh/KEYS) is available.     
                                                                       [...]
 | **RE40** | The project can distribute convenience binaries alongside source 
code, but they are not Apache Releases, they are provided with no guarantee. | 
:white_check_mark:  User can easily build binaries from source code.  
Convenience binaries are distributed alongside source code at the same time via 
<ul><li>[Maven Central 
Repository](https://mvnrepository.com/artifact/org.apache.eventmesh)</li><li>[dist.apache.org](https://dist.apache.org/repos/dist/release/incubator/eventmesh/)</l
 [...]
-| **RE50** | The project documents a repeatable release process so that 
someone new to the project can independently generate the complete set of 
artifacts required for a release. | :white_check_mark:  We can follow the 
[release guide](https://eventmesh.apache.org/community/release) to make new 
Apache eventmesh release. And so far we had 7 different release managers.       
                                                                                
                                     [...]
+| **RE50** | The project documents a repeatable release process so that 
someone new to the project can independently generate the complete set of 
artifacts required for a release. | :white_check_mark:  We can follow the 
[release guide](https://eventmesh.apache.org/community/release) to make new 
Apache eventmesh release. And so far we had 6 different release managers.|
 
 **Quality**
 
@@ -52,21 +52,21 @@ Mentors and community members are encouraged to contribute 
to this page and comm
 | -------- | 
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 | ---------- |
 | **QU10** | The project is open and honest about the quality of its code. 
Various levels of quality and maturity for various modules are natural and 
acceptable as long as they are clearly communicated. | :white_check_mark:  We 
encourage user to [report 
issues](https://github.com/apache/incubator-eventmesh/issues) |
 | **QU20** | The project puts a very high priority on producing secure 
software.                                                                       
                                                                                
                                                     | :white_check_mark:  All 
safety issues will be resolved in priority. |
-| **QU30** | The project provides a well-documented, secure and private 
channel to report security issues, along with a documented way of responding to 
them. | :white_check_mark:  Website provides a [security 
page](http://eventmesh.incubator.apache.org/community/security) |
+| **QU30** | The project provides a well-documented, secure and private 
channel to report security issues, along with a documented way of responding to 
them. | :white_check_mark:  Website provides a [security 
page](https://www.apache.org/security/) |
 | **QU40** | The project puts a high priority on backwards compatibility and 
aims to document any incompatible changes and provide tools and documentation 
to help users transition to new features. | :white_check_mark:  All releases 
are backwards compatibility. Apache Eventmesh provides [upgrade 
guide](https://eventmesh.apache.org/docs/latest/upgrade/upgrade-guide) docs  |
-| **QU50** | The project strives to respond to documented bug reports in a 
timely manner. | :white_check_mark:  The project has resolved 1200+ issues and 
1700+ pull requests so far, with very prompt response. |
+| **QU50** | The project strives to respond to documented bug reports in a 
timely manner. | :white_check_mark:  The project has resolved 1300+ issues and 
1600+ pull requests so far, with very prompt response. |
 
 **Community**
 
 | **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. | 
:white_check_mark:  The [website](https://eventmesh.apache.org/) includes all 
information user need to run Apache Eventmesh.                                  
                                                                   |
-| **CO20** | The community welcomes contributions from anyone who acts in good 
faith and in a respectful manner, and who adds value to the project. | 
:white_check_mark:  Apache Eventmesh provides [code submission 
guide](http://eventmesh.incubator.apache.org/community/how-to-contribute) and 
welcome all good contributions.                                                 
    |
+| **CO20** | The community welcomes contributions from anyone who acts in good 
faith and in a respectful manner, and who adds value to the project. | 
:white_check_mark:  Apache Eventmesh provides [code submission 
guide](https://eventmesh.apache.org/community/contribute) and welcome all good 
contributions.                                                     |
 | **CO30** | Contributions include source code, documentation, constructive 
bug reports, constructive discussions, marketing and generally anything that 
adds value to the project. | :white_check_mark:  All good contributions 
including code and non-code are welcomed.                                       
                                                                                
                      |
-| **CO40** | The community strives to be meritocratic and gives more rights 
and responsibilities to contributors who, over time, add value to the project. 
| :white_check_mark:  The community has elected 4 new PPMC members and 12 new 
committers so far.                                                              
                                                                     |
-| **CO50** | The project documents how contributors can earn more rights such 
as commit access or decision power, and applies these principles consistently. 
| :white_check_mark:  With the document [committer 
guide](http://eventmesh.incubator.apache.org/community/how-to-contribute).      
                                                                                
                |
+| **CO40** | The community strives to be meritocratic and gives more rights 
and responsibilities to contributors who, over time, add value to the project. 
| :white_check_mark:  The community has elected 5 new PPMC members and 21 new 
committers so far.                                                              
                                                                     |
+| **CO50** | The project documents how contributors can earn more rights such 
as commit access or decision power, and applies these principles consistently. 
| :white_check_mark:  With the document [committer 
guide](https://eventmesh.apache.org/community/contribute).                      
                                                                                
|
 | **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. | :white_check_mark:  All decisions are made after vote by 
community members.                                                              
                                                                                
        |
-| **CO70** | The project strives to answer user questions in a timely manner. 
| :white_check_mark:  We use [email protected], [github 
issue](https://github.com/apache/incubator-eventmesh/issues) and [github 
discussion](https://github.com/apache/incubator-eventmesh/discussions) to do 
this in a timely manner. |
+| **CO70** | The project strives to answer user questions in a timely manner. 
| :white_check_mark:  We use [email protected], [github 
issue](https://github.com/apache/incubator-eventmesh/issues) to do this in a 
timely manner. |
 
 **Consensus**
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to