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

juzhiyuan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new d82320e  Publishing to asf-site (publish.sh)
d82320e is described below

commit d82320e406e634cd00db90c8b60a883970427c20
Author: juzhiyuan <[email protected]>
AuthorDate: Fri Apr 3 17:24:40 2020 +0800

    Publishing to asf-site (publish.sh)
---
 contribute/committer/index.html | 61 +++++++++++++++++++++++++++++++----------
 contribute/index.xml            | 14 ++++++----
 index.xml                       | 14 ++++++----
 3 files changed, 64 insertions(+), 25 deletions(-)

diff --git a/contribute/committer/index.html b/contribute/committer/index.html
index 338e00a..d5a6413 100644
--- a/contribute/committer/index.html
+++ b/contribute/committer/index.html
@@ -4,11 +4,15 @@
     
 
 <meta property="og:title" content="Committer Guide" />
-<meta property="og:description" content="Promotion The Apache APISIX community 
follows the Apache Community’s process on accepting a new committer. After a 
contributor participates APISIX&#39;s community actively, (P)PMC and Committers 
will make decisions to invite the contributor join Committers and (P)PMC.
-Processes are:
-1. Start the discussion and vote in @private. Only current PMC member could 
nominate;
-2. If the vote passes, send an offer to become a committer with @private CC’ed;
-3. New committer signs ICLA and apply Apache ID and email address;" />
+<meta property="og:description" content="What can I contribute?  All forms of 
contributions are accepted, for example:
+1. Take a look at issues with tag called Good first issue or Help wanted.
+2. Join the discussion on mailing list.
+3. Answer questions on issues.
+4. Fix bugs reported on issues, and send us pull request.
+5. Review the existing pull request.
+6. Improve the website.
+7. Write document or article.
+8. Any form of contribution that is not mentioned above." />
 <meta property="og:type" content="article" />
 <meta property="og:url" 
content="https://apisix.incubator.apache.org/contribute/committer/"; />
 <meta property="article:published_time" content="2020-03-29T11:46:04+08:00" />
@@ -224,26 +228,53 @@ Processes are:
     </div>
     <div>
   <section>
+    <h2 class="title"> What can I contribute?</h2>
+    <p> All forms of contributions are accepted, for example:</p>
+    <p>1. Take a look at issues with tag called Good first issue or Help 
wanted.</p>
+    <p>2. Join the discussion on mailing list.</p>
+    <p>3. Answer questions on issues.</p>
+    <p>4. Fix bugs reported on issues, and send us pull request.</p>
+    <p>5. Review the existing pull request.</p>
+    <p>6. Improve the website.</p>
+    <p>7. Write document or article.</p>
+    <p>8. Any form of contribution that is not mentioned above.</p>
+    <p>If you would like to contribute, please send an email to 
[email protected] to let us know!</p>
+  </section>
+  <br />
+  <section>
+    <h2 class="title"> How to become a APISIX committer?</h2>
+    <p>Anyone can be a contributor to an Apache project. Being a contributor 
simply means that you take an interest in the project and contribute in some 
way, ranging from asking sensible questions (which documents the project and 
provides feedback to developers) through to providing new features as 
patches.</p>
+    <p>If you become a valuable contributor to the project you may well be 
invited to become a committer. Committer is a term used at the ASF to signify 
someone who is committed to a particular project. It brings with it the 
privilege of write access to the project repository and resources.</p>
+    <p>More details could be found <a 
href="https://community.apache.org/contributors/";>here</a>.</p>
+  </section>
+  <br />
+  <section>
     <h2 class="title">Promotion</h2>
     <p>The Apache APISIX community follows the <a 
href="http://community.apache.org/newcommitter.html";>Apache Community’s 
process</a> on accepting a new committer. After a contributor participates 
APISIX's community actively, (P)PMC and Committers will make decisions to 
invite the contributor join Committers and (P)PMC.</p>
     <p>Processes are:</p>
-    <p>1. Start the discussion and vote in @private. Only current PMC member 
could nominate;</p>
-    <p>2. If the vote passes, send an offer to become a committer with 
@private CC’ed;</p>
-    <p>3. New committer signs ICLA and apply Apache ID and email address;</p>
+    <p>1. Start the discussion and vote in @private. Only current PMC member 
could nominate</p>
+    <p>2. If the vote passes, send an offer to become a committer with 
@private CC’ed</p>
+    <p>3. New committer signs ICLA and apply Apache ID and email address</p>
     <p>4. Update <a href="/team">Team</a> page.</p>
   </section>
   <br />
   <section>
     <h2 class="title">Responsibilities</h2>
-    <p>1. Develop new features;</p>
-    <p>2. Refactor codes;</p>
-    <p>3. Review PR reliably and in time;</p>
-    <p>4. Consider and accept feature requests;</p>
-    <p>5. Answer questions;</p>
-    <p>6. Update documentation and examples;</p>
-    <p>7. Improve processes and tools;</p>
+    <p>1. Develop new features</p>
+    <p>2. Refactor codes</p>
+    <p>3. Review PR reliably and in time</p>
+    <p>4. Consider and accept feature requests</p>
+    <p>5. Answer questions</p>
+    <p>6. Update documentation and examples</p>
+    <p>7. Improve processes and tools</p>
     <p>8. Guide new contributors join community.</p>
   </section>
+  <br />
+  <section>
+  <h2 class="title">How to become a APISIX PPMC?</h2>
+  <p>In APISIX community, if a committer who have earned even more merit, can 
be invited to be a part of the Podling Project Management Committee (PPMC).</p>
+    <p>One thing that is sometimes hard to understand when you are new to the 
open development process used at the ASF, is that we value the community more 
than the code. A strong and healthy community will be respectful and be a fun 
and rewarding place. More importantly, a diverse and healthy community can 
continue to support the code over the longer term, even as individual companies 
come and go from the field.</p>
+  </section>
 </div>
 
   </div>
diff --git a/contribute/index.xml b/contribute/index.xml
index 877fe17..6beaf2a 100644
--- a/contribute/index.xml
+++ b/contribute/index.xml
@@ -26,11 +26,15 @@ Note:If you do not enable 2FA, you will be removed from the 
project and unable t
       <pubDate>Sun, 29 Mar 2020 11:46:04 +0800</pubDate>
       
       <guid>https://apisix.incubator.apache.org/contribute/committer/</guid>
-      <description>Promotion The Apache APISIX community follows the Apache 
Community’s process on accepting a new committer. After a contributor 
participates APISIX&#39;s community actively, (P)PMC and Committers will make 
decisions to invite the contributor join Committers and (P)PMC.
-Processes are:
-1. Start the discussion and vote in @private. Only current PMC member could 
nominate;
-2. If the vote passes, send an offer to become a committer with @private CC’ed;
-3. New committer signs ICLA and apply Apache ID and email 
address;</description>
+      <description>What can I contribute?  All forms of contributions are 
accepted, for example:
+1. Take a look at issues with tag called Good first issue or Help wanted.
+2. Join the discussion on mailing list.
+3. Answer questions on issues.
+4. Fix bugs reported on issues, and send us pull request.
+5. Review the existing pull request.
+6. Improve the website.
+7. Write document or article.
+8. Any form of contribution that is not mentioned above.</description>
     </item>
     
     <item>
diff --git a/index.xml b/index.xml
index d751c98..b9ab40e 100644
--- a/index.xml
+++ b/index.xml
@@ -26,11 +26,15 @@ Note:If you do not enable 2FA, you will be removed from the 
project and unable t
       <pubDate>Sun, 29 Mar 2020 11:46:04 +0800</pubDate>
       
       <guid>https://apisix.incubator.apache.org/contribute/committer/</guid>
-      <description>Promotion The Apache APISIX community follows the Apache 
Community’s process on accepting a new committer. After a contributor 
participates APISIX&#39;s community actively, (P)PMC and Committers will make 
decisions to invite the contributor join Committers and (P)PMC.
-Processes are:
-1. Start the discussion and vote in @private. Only current PMC member could 
nominate;
-2. If the vote passes, send an offer to become a committer with @private CC’ed;
-3. New committer signs ICLA and apply Apache ID and email 
address;</description>
+      <description>What can I contribute?  All forms of contributions are 
accepted, for example:
+1. Take a look at issues with tag called Good first issue or Help wanted.
+2. Join the discussion on mailing list.
+3. Answer questions on issues.
+4. Fix bugs reported on issues, and send us pull request.
+5. Review the existing pull request.
+6. Improve the website.
+7. Write document or article.
+8. Any form of contribution that is not mentioned above.</description>
     </item>
     
     <item>

Reply via email to