WillemJiang closed pull request #104: Add guide on becoming a committer
URL: https://github.com/apache/incubator-servicecomb-website/pull/104
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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/_data/ui-text.yml b/_data/ui-text.yml
index 241e5bd..62bdb72 100644
--- a/_data/ui-text.yml
+++ b/_data/ui-text.yml
@@ -53,6 +53,7 @@ en: &DEFAULT_EN
   comment_success_msg        : "Thanks for your comment! It will show on the 
site once it has been approved."
   comment_error_msg          : "Sorry, there was an error with your 
submission. Please make sure all required fields have been completed and try 
again."
   loading_label              : "Loading..."
+  security                   : "Security"
 en-US:
   <<: *DEFAULT_EN
 en-CA:
@@ -376,6 +377,7 @@ zh: &DEFAULT_ZH
   community                  : "社区"
   mailing_list               : "邮件列表"
   slides                     : "资料"
+  security                   : "安全"
 cn:
   <<: *DEFAULT_ZH
 zh-CN:
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:d...@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:d...@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/_includes/footer.html b/_includes/footer.html
index a029cdf..775447e 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -20,6 +20,7 @@
         <li><a 
href="https://github.com/apache/incubator-servicecomb-website/issues/new?title=Issue
 with {{page.path}}">{{ site.data.ui-text[page.lang].report_issue | default: 
"Report a Doc Issue" }}</a></li>
         <li><a 
href="https://github.com/apache/incubator-servicecomb-website/edit/master/{{page.path}}";>{{
 site.data.ui-text[page.lang].edit_page | default: "Edit This Page on Github" 
}}</a></li>
         <li><a href="{{ prefix }}/developers/submit-codes/">{{ 
site.data.ui-text[page.lang].code_submit_guide | default: "Code Submit Guide" 
}}</a></li>
+        <li><a href="http://www.apache.org/security";>{{ 
site.data.ui-text[page.lang].security | default: "Security" }}</a></li>
       </ul>
     </div>
     <div class="col">


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to