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

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

commit f35163be2479cd337252644d1f3e0792cd06f8bb
Author: WenMing <[email protected]>
AuthorDate: Fri Apr 3 16:18:39 2020 +0800

    doc: add more doc for contribute.
---
 content/contribute/committer/index.en.md | 49 +++++++++++++++++++++++++-------
 1 file changed, 38 insertions(+), 11 deletions(-)

diff --git a/content/contribute/committer/index.en.md 
b/content/contribute/committer/index.en.md
index 09cfaac..ecd5231 100644
--- a/content/contribute/committer/index.en.md
+++ b/content/contribute/committer/index.en.md
@@ -6,24 +6,51 @@ include_footer: true
 
 <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>
-</div>
\ No newline at end of file
+  <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>

Reply via email to