Repository: mesos Updated Branches: refs/heads/master d59fb3822 -> ac9fa97f6
Add an updated committers document to replace the stale svn page. Review: https://reviews.apache.org/r/34294 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/44cded3e Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/44cded3e Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/44cded3e Branch: refs/heads/master Commit: 44cded3ec29dd0f8b581375ceae989d3eb21a1c3 Parents: d59fb38 Author: Benjamin Mahler <[email protected]> Authored: Fri May 15 12:02:27 2015 -0700 Committer: Benjamin Mahler <[email protected]> Committed: Tue May 19 16:50:33 2015 -0700 ---------------------------------------------------------------------- docs/committers.md | 193 ++++++++++++++++++++++++++++++++++++++++++++++++ docs/home.md | 1 + 2 files changed, 194 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/44cded3e/docs/committers.md ---------------------------------------------------------------------- diff --git a/docs/committers.md b/docs/committers.md new file mode 100644 index 0000000..cc3a6b0 --- /dev/null +++ b/docs/committers.md @@ -0,0 +1,193 @@ +--- +layout: documentation +--- + +# Committers + +## Current Committers + +We'd like to thank the following committers to the Apache Mesos project who have helped get the project to where it is today. Committers are voted on by members of the Mesos PMC. This list might be stale, the canonical list is located on [Apache's website](http://people.apache.org/committers-by-project.html#mesos). + +<table class="table table-hover table-condensed"> + <thead> + <tr> + <th>Timezone GMT</th> + <th>Full Name</th> + <th>Company/Organization</th> + <th>IRC Handle</th> + <th>Email Address</th> + </tr> + </thead> + <tbody> + <tr> + <td>-8</td> + <td>Ross Allen</td> + <td></td> + <td></td> + <td>[email protected]</td> + </tr> + <tr> + <td>-8</td> + <td>Adam B</td> + <td>Mesosphere</td> + <td></td> + <td>[email protected]</td> + </tr> + <tr> + <td>-8</td> + <td>Tim Chen</td> + <td>Mesosphere</td> + <td>tnachen</td> + <td>[email protected]</td> + </tr> + <tr> + <td>-8</td> + <td>Ian Downes</td> + <td>Twitter</td> + <td>idownes</td> + <td>[email protected]</td> + </tr> + <tr> + <td>-8</td> + <td>Ali Ghodsi</td> + <td>UC Berkeley</td> + <td></td> + <td>[email protected]</td> + </tr> + <tr> + <td>-8</td> + <td>Dominic Hamon</td> + <td></td> + <td></td> + <td>[email protected]</td> + </tr> + <tr> + <td>-8</td> + <td>Benjamin Hindman</td> + <td>Mesosphere</td> + <td>_benh_</td> + <td>[email protected]</td> + </tr> + <tr> + <td>-8</td> + <td>Ian Holsman</td> + <td></td> + <td></td> + <td>[email protected]</td> + </tr> + <tr> + <td>-8</td> + <td>Vinod Kone</td> + <td>Twitter</td> + <td>vinodkone</td> + <td>[email protected]</td> + </tr> + <tr> + <td>-8</td> + <td>Andy Konwinski</td> + <td>UC Berkeley</td> + <td></td> + <td>[email protected]</td> + </tr> + <tr> + <td>-8</td> + <td>Dave Lester</td> + <td>Twitter</td> + <td>dlester</td> + <td>[email protected]</td> + </tr> + <tr> + <td>-8</td> + <td>Benjamin Mahler</td> + <td>Twitter</td> + <td>bmahler</td> + <td>[email protected]</td> + </tr> + <tr> + <td>-8</td> + <td>Thomas Marshall</td> + <td>Carnegie Mellon University</td> + <td></td> + <td>[email protected]</td> + </tr> + <tr> + <td>-8</td> + <td>Brenden Matthews</td> + <td>Mesosphere</td> + <td>brenden_</td> + <td>[email protected]</td> + </tr> + <tr> + <td>-8</td> + <td>Chris Mattmann</td> + <td>NASA JPL</td> + <td></td> + <td>[email protected]</td> + </tr> + <tr> + <td>-8</td> + <td>Brian McCallister</td> + <td>Groupon</td> + <td></td> + <td>[email protected]</td> + </tr> + <tr> + <td>-8</td> + <td>Niklas Quarfot Nielsen</td> + <td>Mesosphere</td> + <td>niq_</td> + <td>[email protected]</td> + </tr> + <tr> + <td>-8</td> + <td>Charles Reiss</td> + <td>UC Berkeley</td> + <td></td> + <td>[email protected]</td> + </tr> + <tr> + <td>-5</td> + <td>Timothy St Clair</td> + <td>Redhat</td> + <td>tstclair</td> + <td>[email protected]</td> + </tr> + <tr> + <td>+2</td> + <td>Till Toenshoff</td> + <td>Mesosphere</td> + <td>tillt</td> + <td>[email protected]</td> + </tr> + <tr> + <td>-8</td> + <td>Thomas White</td> + <td>Cloudera</td> + <td></td> + <td>[email protected]</td> + </tr> + <tr> + <td>-8</td> + <td>Yan Xu</td> + <td>Twitter</td> + <td>xujyan</td> + <td>[email protected]</td> + </tr> + <tr> + <td>-8</td> + <td>Jie Yu</td> + <td>Twitter</td> + <td>jieyu</td> + <td>[email protected]</td> + </tr> + <tr> + <td>-8</td> + <td>Matei Alexandru Zaharia</td> + <td>Databricks</td> + <td></td> + <td>[email protected]</td> + </tr> + </tbody> +</table> + +If you're interested in becoming a committer yourself, the best way to do so is by participating in developer discussions and contributing patches to the project. http://git-wip-us.apache.org/repos/asf/mesos/blob/44cded3e/docs/home.md ---------------------------------------------------------------------- diff --git a/docs/home.md b/docs/home.md index 4b8e7f8..48cbcb9 100644 --- a/docs/home.md +++ b/docs/home.md @@ -45,6 +45,7 @@ layout: documentation * [Submitting a Patch](/documentation/latest/submitting-a-patch/) for getting started with ReviewBoard, and our tooling around it. * [Effective Code Reviewing](/documentation/latest/effective-code-reviewing/) guidelines, tips, and learnings for how to do effective code reviews. * [Committing](/documentation/latest/committing/) guidelines for committing changes. +* [Committers](/documentation/latest/committers/) a listing of project committers; useful when seeking feedback. * [C++ Style Guide](/documentation/latest/mesos-c++-style-guide/) * [Development Roadmap](/documentation/latest/mesos-roadmap/) * [Release Guide](/documentation/latest/release-guide/)
