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

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new abef22b69 docs: Update maturity docs (#3750)
abef22b69 is described below

commit abef22b69c8f67f7dcf3d6b08ef67b7014fc68b0
Author: Xuanwo <[email protected]>
AuthorDate: Wed Dec 13 10:36:43 2023 +0800

    docs: Update maturity docs (#3750)
    
    Signed-off-by: Xuanwo <[email protected]>
---
 website/community/maturity.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/community/maturity.md b/website/community/maturity.md
index 5b35a1f04..bb982ea6f 100644
--- a/website/community/maturity.md
+++ b/website/community/maturity.md
@@ -32,8 +32,8 @@ The following table is filled according to the [Apache 
Maturity Model](https://c
 | **ID**   | **Description**                                                   
                                                                                
                                | **Status**                                    
                                                                                
                                                                   |
 
|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 | **LC10** | The Apache License, version 2.0, covers the released code.        
                                                                                
                                | **YES** The 
[LICENSE](https://github.com/apache/incubator-opendal/blob/main/LICENSE) is in 
GitHub repository. And all source files are with APLv2 header, checked by 
`korandoru/[email protected]`. |
-| **LC20** | Libraries that are mandatory dependencies of the project's code 
do not create more restrictions than the Apache License does.                   
                                  | **No** Waiting for this 
[issue](https://github.com/apache/incubator-opendal/issues/3615) addressed.     
                                                                                
         |
-| **LC30** | The libraries mentioned in LC20 are available as Open Source 
software.                                                                       
                                     | **No** Waiting for this 
[issue](https://github.com/apache/incubator-opendal/issues/3615) addressed.     
                                                                                
         |
+| **LC20** | Libraries that are mandatory dependencies of the project's code 
do not create more restrictions than the Apache License does.                   
                                  | **YES** All dependencies are listed.        
                                                                                
                                                                     |
+| **LC30** | The libraries mentioned in LC20 are available as Open Source 
software.                                                                       
                                     | **YES** All dependencies are listed are 
available as Open Source software                                               
                                                                         |
 | **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. | **YES** All committers have iCLAs.       
                                                                                
                                                                        |
 | **LC50** | The project clearly defines and documents the copyright ownership 
of everything that the project produces.                                        
                                | **YES** And all source files are with APLv2 
header, checked by `korandoru/[email protected]`.                                  
                                                                     |
 
@@ -65,7 +65,7 @@ The following table is filled according to the [Apache 
Maturity Model](https://c
 | **CO20** | The community welcomes contributions from anyone who acts in good 
faith and in a respectful manner, and who adds value to the project.            
                     | **Yes** We provide contributing guides for every 
component. And we also have a [general contributing 
guide](https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md)   
                                     |
 | **CO30** | Contributions include source code, documentation, constructive 
bug reports, constructive discussions, marketing and generally anything that 
adds value to the project. | **YES** 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.  
                        | **YES** The community has elected 2 new PPMC members 
and 7 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.  
                      | **No** Waiting for this 
[issue](https://github.com/apache/incubator-opendal/issues/3705) addressed.     
                                                                                
                                  |
+| **CO50** | The project documents how contributors can earn more rights such 
as commit access or decision power, and applies these principles consistently.  
                      | **YES** The community has clear docs on nominating 
committers and PPMC members                                                     
                                                                                
       |
 | **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** All decisions are made after vote by 
community members.                                                              
                                                                                
             |
 | **CO70** | The project strives to answer user questions in a timely manner.  
                                                                                
                     | **YES** We use [email protected], [GitHub 
issue](https://github.com/apache/incubator-opendal/issues) and [GitHub 
discussion](https://github.com/apache/incubator-opendal/discussions) to do this 
in a timely manner. |
 

Reply via email to