You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "PragmaTwice (via GitHub)" <gi...@apache.org> on 2023/04/11 01:52:04 UTC

[GitHub] [incubator-kvrocks-website] PragmaTwice commented on a diff in pull request #83: Add maturity assessment for Kvrocks

PragmaTwice commented on code in PR #83:
URL: https://github.com/apache/incubator-kvrocks-website/pull/83#discussion_r1162221668


##########
maturity.md:
##########
@@ -0,0 +1,80 @@
+# Maturity Assessment for Apache Kvrocks (incubating)
+
+The goals of this maturity model are to describe how Apache projects operate in a concise and high-level way, and to provide a basic framework that projects may choose to use to evaluate themselves.
+
+More details can be found [here](https://community.apache.org/apache-way/apache-project-maturity-model.html).
+
+## Status of this assessment
+
+This assessment is still working in progress.
+
+## Maturity model assessment
+
+The following table is filled according to the [Apache Maturity Model](https://community.apache.org/apache-way/apache-project-maturity-model.html). Mentors and community members are welcome to comment and modify it.
+
+**CODE**
+
+| **ID**   | **Description** | **Status** |
+| -------- | ----- | ---------- |
+| **CD10** | The project produces Open Source software for distribution to the public, at no charge.                                                                                                                                                                         | **YES** The project source code is licensed under the `Apache License 2.0`. |
+| **CD20** | Anyone can easily discover and access the project's code..                                                                                                                                                                                                     | **YES** The [offical website](https://kvrocks.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.                                                                                                                                                                       | **YES**  Apache Kvrocks provide [how-to-build](http://localhost:3000/docs/getting-started#build-and-run-kvrocks-from-source) document to tell user how to compile on bare metal. |

Review Comment:
   ```suggestion
   | **CD30** | Anyone using standard, widely-available tools, can build the code in a reproducible way.                                                                                                                                                                       | **YES**  Apache Kvrocks provide [how-to-build](/docs/getting-started#build-and-run-kvrocks-from-source) document to tell user how to compile on bare metal. |
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org