You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2016/11/22 17:32:28 UTC

[3/8] incubator-beam-site git commit: Add commiter/PMC bar information

Add commiter/PMC bar information


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/e7292924
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/e7292924
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/e7292924

Branch: refs/heads/asf-site
Commit: e7292924977dd26c77329e5411f0ae3106d9c8ef
Parents: 9c655ee
Author: Davor Bonaci <da...@google.com>
Authored: Tue Nov 22 00:32:10 2016 -0800
Committer: Davor Bonaci <da...@google.com>
Committed: Tue Nov 22 08:12:10 2016 -0800

----------------------------------------------------------------------
 src/contribute/contribution-guide.md | 13 +++++++++++++
 src/contribute/maturity-model.md     |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/e7292924/src/contribute/contribution-guide.md
----------------------------------------------------------------------
diff --git a/src/contribute/contribution-guide.md b/src/contribute/contribution-guide.md
index 4635e91..52cbc97 100644
--- a/src/contribute/contribution-guide.md
+++ b/src/contribute/contribution-guide.md
@@ -304,6 +304,19 @@ At this point, you want to ensure everything is right. Test it with `mvn verify`
 
 Done. You can delete the local <code>finish-pr-<pull-request-#></code> branch if you like.
 
+## Granting more rights to a contributor
+
+The project management committee (PMC) can grant more rights to a contributor, such as commit access or decision power, and recognize them as new [committers or PMC members]({{ site.baseurl }}/contribute/team/).
+
+The PMC periodically discusses this topic and privately votes to grant more rights to a contributor. If the vote passess, the contributor is invited to accept or reject the nomination. Once accepted, the PMC announces the decision publicly and updates the list of team member accordingly.
+
+The key to the selection process is [Meritocracy](http://apache.org/foundation/how-it-works.html#meritocracy), literally government by merit. Contributors earn merit in many ways: contributing code, testing releases, participating in documentation effort, answering user questions, debating design proposals, triaging issues, evangelizing the project, growing user base, and any other action that benefits the project as a whole.
+
+Therefore, there isn\u2019t a single committer bar, e.g., a specific number of commits. In most cases, new committers will have a combination of different types of contributions that are hard to compare to each other. Similarly, there isn\u2019t a single PMC bar either. The PMC discusses all contributions from an individual, and
+evaluates the overall impact across all the dimensions above.
+
+Nothing gives us greater joy than recognizing new committers or PMC members -- that's the only way we can grow. If there\u2019s ever any doubt about this topic, please email dev@ or private@ and we\u2019ll gladly discuss.
+
 ## Special Cases
 
 The directions above assume you are submitting code to the `incubator-beam` repository's `master` branch. In addition, there are a few other locations where code is maintained. Generally these follow the same *engage*-*design*-**code**-**review**-**commit** process as above, with some minor adjustments to commands.

http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/e7292924/src/contribute/maturity-model.md
----------------------------------------------------------------------
diff --git a/src/contribute/maturity-model.md b/src/contribute/maturity-model.md
index e0393ea..f7980e0 100644
--- a/src/contribute/maturity-model.md
+++ b/src/contribute/maturity-model.md
@@ -163,7 +163,7 @@ The following table summarizes project's self-assessment against the Apache Matu
     <tr>
       <td><p>CO50</p></td>
       <td><p>The way in which contributors can be granted more rights such as commit access or decision power is clearly documented and is the same for all contributors.</p></td>
-      <td><p><b>YES.</b> The criteria is documented on the website.</p></td>
+      <td><p><b>YES.</b> The criteria is documented in the <a href="{{ site.baseurl }}/contribute/contribution-guide/#granting-more-rights-to-a-contributor">contribution guide</a>.</p></td>
     </tr>
     <tr>
       <td><p>CO60</p></td>