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:39 UTC

[incubator-servicecomb-website] branch master updated (4b28615 -> 1dbd850)

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

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


    from 4b28615  Fix bug about  description of Rate Limiting Policy
     new e2e139f  Add link to Apache security page
     new 1dbd850  Add post on becoming a committer

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 _data/navigation.yml                    |  4 ++++
 _data/ui-text.yml                       |  2 ++
 _developers/becomming-a-committer.md    | 31 +++++++++++++++++++++++++++++++
 _developers/cn/becomming-a-committer.md | 31 +++++++++++++++++++++++++++++++
 _includes/footer.html                   |  1 +
 5 files changed, 69 insertions(+)
 create mode 100644 _developers/becomming-a-committer.md
 create mode 100644 _developers/cn/becomming-a-committer.md


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

Posted by ni...@apache.org.
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/)


[incubator-servicecomb-website] 01/02: Add link to Apache security page

Posted by ni...@apache.org.
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 e2e139f7f4e6ee72e0714e9b07e26f43d11645f6
Author: Yang Bo <ya...@huawei.com>
AuthorDate: Thu Jun 14 16:17:43 2018 +0800

    Add link to Apache security page
---
 _data/ui-text.yml     | 2 ++
 _includes/footer.html | 1 +
 2 files changed, 3 insertions(+)

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/_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">