From eb9755715ee0e125b3f24fe9cb685da983de3bb2 Mon Sep 17 00:00:00 2001 From: Roger <76396222+yanguwan@users.noreply.github.com> Date: Thu, 9 Jun 2022 19:28:31 +0800 Subject: [PATCH 1/2] Create graducation-TinyKV.md --- .../graduation-proposal/graducation-TinyKV.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 incubator/graduation-proposal/graducation-TinyKV.md diff --git a/incubator/graduation-proposal/graducation-TinyKV.md b/incubator/graduation-proposal/graducation-TinyKV.md new file mode 100644 index 00000000..b108a8da --- /dev/null +++ b/incubator/graduation-proposal/graducation-TinyKV.md @@ -0,0 +1,29 @@ +## Talent Plan TinyKV Graduation Proposal + +TinyKV is one course of Talent Plan, aims to help learners to learn distributed key value storage system design and implementation. + +On behalf of the maintainers team, we believe TinyKV is ready for [graduation stage](https://github.com/pingcap/community/blob/master/incubator/projects-approval-criteria.md#graduation-stage). + +## Graduation State Criteria + +### Committers from more than two organizations + +- https://github.com/Connor1996 (from PingCAP Cloud Storage team) +- https://github.com/zhangyangyu (from PingCAP Cloud Eco System team) +- https://github.com/you06 (from PingCAP Txn team) + +### Has a clear member promotion path, with a basic community governance documentation + +See https://tidb.io/talent-plan + +### A user list with at least 3 users applying the project in a production environment + +Like HUST, Nankai University, USTC, ECNU see https://tidb.io/talent-plan for more details. + +### Has a clear release method and release cycle, with release notes provided for every release + +Yes + +### Provides a monthly report for ongoing projects + +No From 2f157e28ec1450926a1342d9e2eb240bfca0f55f Mon Sep 17 00:00:00 2001 From: Roger <76396222+yanguwan@users.noreply.github.com> Date: Fri, 10 Jun 2022 11:36:18 +0800 Subject: [PATCH 2/2] Update graducation-TinyKV.md re-shape with the new criteria --- .../graduation-proposal/graducation-TinyKV.md | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/incubator/graduation-proposal/graducation-TinyKV.md b/incubator/graduation-proposal/graducation-TinyKV.md index b108a8da..10595410 100644 --- a/incubator/graduation-proposal/graducation-TinyKV.md +++ b/incubator/graduation-proposal/graducation-TinyKV.md @@ -2,28 +2,28 @@ TinyKV is one course of Talent Plan, aims to help learners to learn distributed key value storage system design and implementation. -On behalf of the maintainers team, we believe TinyKV is ready for [graduation stage](https://github.com/pingcap/community/blob/master/incubator/projects-approval-criteria.md#graduation-stage). +On behalf of the maintainers team, we believe TinyKV is ready for [graduation stage](https://github.com/pingcap/community/tree/master/incubator#projects-approval-criteria.md). ## Graduation State Criteria -### Committers from more than two organizations -- https://github.com/Connor1996 (from PingCAP Cloud Storage team) -- https://github.com/zhangyangyu (from PingCAP Cloud Eco System team) -- https://github.com/you06 (from PingCAP Txn team) - -### Has a clear member promotion path, with a basic community governance documentation - -See https://tidb.io/talent-plan - -### A user list with at least 3 users applying the project in a production environment - -Like HUST, Nankai University, USTC, ECNU see https://tidb.io/talent-plan for more details. - -### Has a clear release method and release cycle, with release notes provided for every release +### Accomplished all the design goal and roadmap for the project. Yes -### Provides a monthly report for ongoing projects +### Build an open source community around the project. +#### Has detailed user documentation and basic reference manuals. +Yes, see [https://github.com/pingcap/talent-plan](https://github.com/pingcap/talent-plan) +#### Has an automated continuous integration test infrastructure (CI). +Yes +#### Has a clear open source contribution workflow(can follow the workflow of TiDB). +Yes, follow the workflow the workflow of TiDB +#### Has a clear member promotion path, with basic community governance documentation(can follow the governance of TiDB Community). +Yes, see https://tidb.net/talent-plan +#### Has a clear release method and release cycle, with release notes provided for every release. +Yes +#### Has at least two more contributors besides the initial maintainers. Contributions include but not limited to code, documentation, review. -No +- https://github.com/Connor1996 (from PingCAP Cloud Storage team) +- https://github.com/zhangyangyu (from PingCAP Cloud Eco System team) +- https://github.com/you06 (from PingCAP Txn team)