You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/06/19 06:06:41 UTC

[incubator-servicecomb-website] 02/02: Add post on becoming a committer

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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 1dbd8504868626b5381aa4a532babc0178c141db
Author: Yang Bo <ya...@huawei.com>
AuthorDate: Tue Jun 19 09:51:12 2018 +0800

    Add post on becoming a committer
---
 _data/navigation.yml                    |  4 ++++
 _developers/becomming-a-committer.md    | 31 +++++++++++++++++++++++++++++++
 _developers/cn/becomming-a-committer.md | 31 +++++++++++++++++++++++++++++++
 3 files changed, 66 insertions(+)

diff --git a/_data/navigation.yml b/_data/navigation.yml
index 541d672..4d7ff91 100755
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -127,6 +127,8 @@ t:
         url: /developers/team/
       - title: "Contributing to Apache ServiceComb"
         url: /developers/contributing
+      - title: "Becoming A Committer of Apache ServiceComb"
+        url: /developers/becomming-a-commiter
       - title: "Develop Environment Setup"
         url: /developers/setup-develop-environment/
       - title: "Code Submit Guide"
@@ -300,6 +302,8 @@ t:
         url: /cn/developers/team/
       - title: "如何做贡献"
         url: /cn/developers/contributing
+      - title: "成为Committer"
+        url: /developers/becomming-a-commiter
       - title: "开发环境准备"
         url: /cn/developers/setup-develop-environment/
       - title: "代码提交指南"
diff --git a/_developers/becomming-a-committer.md b/_developers/becomming-a-committer.md
new file mode 100644
index 0000000..f8ffd66
--- /dev/null
+++ b/_developers/becomming-a-committer.md
@@ -0,0 +1,31 @@
+---
+title: "Becomming a Committer"
+lang: en
+ref: becomming-a-committer
+permalink: /developers/becomming-a-commiter
+excerpt: "Becoming a committer of Apache ServiceComb"
+last_modified_at: 2018-06-19T09:46:01+08:00
+---
+
+ServiceComb follows the Apache way to build the community. Anyone can become a committer once they have contributed sufficiently to the project and earned the trust.
+
+## Contribute and Earn The Trust
+
+* [Download the releases](/release)
+* [Join the mailing list](mailto:dev@servicecomb.apache.org)
+* [Report bugs and/or feature requests](https://issues.apache.org/jira/projects/SCB/)
+
+See the [contributing](/developers/contributing) guide on how to become a contributor.
+
+ServiceComb is a meritocracy the same as Apache. Once you have shown sufficient sustained commitment to the project and earned the trust, the PMC may invite you to be a committer.
+
+There are multiple actions other than coding to build the trust in the ServiceComb community, code review, design discussion, user support, community outreach, documentation, project management etc. 
+
+## New Committer Process
+
+The ServiceComb community follows the Apache Community's [process](http://community.apache.org/newcommitter.html) on accepting a new committer.
+
+* Start the vote in @private.
+* If the vote passes, send an offer to become a committer with @private CC'ed.
+* Add the committer to the [team page](/developers/team)
+* [Setup committer rights](/developers/setup-committer-rights/)
diff --git a/_developers/cn/becomming-a-committer.md b/_developers/cn/becomming-a-committer.md
new file mode 100644
index 0000000..de86808
--- /dev/null
+++ b/_developers/cn/becomming-a-committer.md
@@ -0,0 +1,31 @@
+---
+title: "Becomming a Committer"
+lang: cn
+ref: becomming-a-committer
+permalink: /cn/developers/becomming-a-commiter
+excerpt: "Becoming a committer of Apache ServiceComb"
+last_modified_at: 2018-06-19T09:46:01+08:00
+---
+
+ServiceComb follows the Apache way to build the community. Anyone can become a committer once they have contributed sufficiently to the project and earned the trust.
+
+## Contribute and Earn The Trust
+
+* [Download the releases](/release)
+* [Join the mailing list](mailto:dev@servicecomb.apache.org)
+* [Report bugs and/or feature requests](https://issues.apache.org/jira/projects/SCB/)
+
+See the [contributing](/developers/contributing) guide on how to become a contributor.
+
+ServiceComb is a meritocracy the same as Apache. Once you have shown sufficient sustained commitment to the project and earned the trust, the PMC may invite you to be a committer.
+
+There are multiple actions other than coding to build the trust in the ServiceComb community, code review, design discussion, user support, community outreach, documentation, project management etc. 
+
+## New Committer Process
+
+The ServiceComb community follows the Apache Community's [process](http://community.apache.org/newcommitter.html) on accepting a new committer.
+
+* Start the vote in @private.
+* If the vote passes, send an offer to become a committer with @private CC'ed.
+* Add the committer to the [team page](/developers/team)
+* [Setup committer rights](/developers/setup-committer-rights/)