You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by aw...@apache.org on 2019/08/27 21:10:38 UTC

[kudu] branch gh-pages updated: [site] update committers page

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

awong pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 865b71c  [site] update committers page
865b71c is described below

commit 865b71c267bbd15f9f4f3d5bba8315a7b7d87504
Author: Andrew Wong <aw...@apache.org>
AuthorDate: Mon Aug 26 13:44:59 2019 -0700

    [site] update committers page
    
    This adds committership guidelines to the commiters page, adds the
    newest Kudu PMC members, and updates the VP.
    
    A rendered version can be found here:
    https://github.com/andrwng/kudu/blob/committership/committers.md
    
    Change-Id: Ib37c2ef7aa76c5061af4d28857a7759462ca8b71
    Reviewed-on: http://gerrit.cloudera.org:8080/14141
    Reviewed-by: Grant Henke <gr...@apache.org>
    Tested-by: Andrew Wong <aw...@cloudera.com>
    Reviewed-by: Adar Dembo <ad...@cloudera.com>
    Reviewed-by: Alexey Serbin <as...@cloudera.com>
---
 committers.md | 47 +++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 45 insertions(+), 2 deletions(-)

diff --git a/committers.md b/committers.md
index 0481b8c..a09101d 100644
--- a/committers.md
+++ b/committers.md
@@ -13,7 +13,7 @@ Following is a list of current Kudu committers and members of the Kudu PMC.
 | Username | Name | Role |
 | --- | --- | --- |
 | abukor | Attila Bukor | PMC |
-| adar | Adar Dembo | PMC |
+| adar | Adar Dembo | VP, PMC |
 | alexey | Alexey Serbin | PMC |
 | awong | Andrew Wong | PMC |
 | bchang | Binglin Chang | PMC |
@@ -21,6 +21,7 @@ Following is a list of current Kudu committers and members of the Kudu PMC.
 | dralves | David Alves | PMC |
 | granthenke | Grant Henke | PMC |
 | hahao | Hao Hao | PMC |
+| helifu | LiFu He | PMC |
 | jarcec | Jarek Jarcec Cecho | PMC |
 | jdcryans | Jean-Daniel Cryans | PMC |
 | jfarrell | Jake Farrell | PMC |
@@ -32,5 +33,47 @@ Following is a list of current Kudu committers and members of the Kudu PMC.
 | mpercy | Mike Percy | PMC |
 | sailesh | Sailesh Mukil | PMC |
 | stack | Michael Stack | PMC |
-| todd | Todd Lipcon | VP, PMC |
+| todd | Todd Lipcon | PMC |
 | wdberkeley | William Berkeley | PMC |
+| yaoxu | Yao Xu | PMC |
+| yaozhang | Yao Zhang | PMC |
+
+
+Committership is a recognition of an individual’s contribution within the
+Apache Kudu community, including, but not limited to:
+
+* Writing quality code and tests
+* Writing documentation
+* Improving the website
+* Participating in code review (+1s are appreciated! Reviews help reduce the
+  burden on other committers)
+* Voting on release candidates (non-binding votes are appreciated! Trying out
+  release candidates helps expand test coverage in more environments)
+* Answering questions on public forums, like Slack, mailing lists, etc.
+* Participating in feature design discussions
+* Participating in Jira discussions
+* Evangelizing Kudu at conferences, meetups, etc.
+* Operating Kudu deployments, potentially testing bug fixes and features, and
+  sharing feedback to the community
+* Sustained contribution to the Kudu project and community
+
+While not all of these are required to become a committer, they are all taken
+into account when considering contributors for committership. There is no set
+number of commits required, set number of lines of code merged, or set number
+of questions answered that will automatically qualify someone for
+committership. The Kudu PMC will take note of contributors and periodically
+vote on them, based on past contributions and interactions with the community.
+
+Committership is an acknowledgement from the Kudu PMC that a contributor has
+demonstrated solid judgement in their contributions, and demonstrated that they
+are thoughtful and collaborative when working on trickier contributions.
+
+If PMC membership is also granted, committership comes with the privilege to
+vote on matters that affect the wider Kudu community, including merging code,
+moving forward on releases, and introducing new committers. Committership is
+intended for those who are interested in the project’s future and want to take
+a more active role in shaping it.
+
+For more details about how the Apache Software Foundation defines contributors
+and committers, see the [Apache
+Contributors](https://community.apache.org/contributors/) page.