You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by je...@apache.org on 2015/12/18 18:29:02 UTC

svn commit: r1720828 - in /storm/site/publish/contribute: Contributing-to-Storm.html People.html

Author: jerrypeng
Date: Fri Dec 18 17:29:02 2015
New Revision: 1720828

URL: http://svn.apache.org/viewvc?rev=1720828&view=rev
Log:
adding committers

Modified:
    storm/site/publish/contribute/Contributing-to-Storm.html
    storm/site/publish/contribute/People.html

Modified: storm/site/publish/contribute/Contributing-to-Storm.html
URL: http://svn.apache.org/viewvc/storm/site/publish/contribute/Contributing-to-Storm.html?rev=1720828&r1=1720827&r2=1720828&view=diff
==============================================================================
--- storm/site/publish/contribute/Contributing-to-Storm.html (original)
+++ storm/site/publish/contribute/Contributing-to-Storm.html Fri Dec 18 17:29:02 2015
@@ -108,6 +108,7 @@
 <li>Open an issue on the <a href="https://issues.apache.org/jira/browse/STORM">JIRA issue tracker</a> if one doesn&#39;t exist already</li>
 <li>Comment on the issue with your plan for implementing the issue. Explain what pieces of the codebase you&#39;re going to touch and how everything is going to fit together.</li>
 <li>Storm committers will iterate with you on the design to make sure you&#39;re on the right track</li>
+<li>Read through the developer documentation on how to build, code style, testing, etc <a href="https://github.com/apache/storm/blob/master/DEVELOPER.md">DEVELOPER.md</a> </li>
 <li>Implement your issue, submit a pull request prefixed with the JIRA ID (e.g. &quot;STORM-123: add new feature foo&quot;), and iterate from there.</li>
 </ol>
 

Modified: storm/site/publish/contribute/People.html
URL: http://svn.apache.org/viewvc/storm/site/publish/contribute/People.html?rev=1720828&r1=1720827&r2=1720828&view=diff
==============================================================================
--- storm/site/publish/contribute/People.html (original)
+++ storm/site/publish/contribute/People.html Fri Dec 18 17:29:02 2015
@@ -240,6 +240,27 @@
     <td class=""><a href="https://github.com/clockfly">@clockfly</td>
   </tr>
 
+  <tr>
+    <td class="">Matthias J. Sax</td>
+    <td class="">Committer, PMC</td>
+    <td class="">mjsax</td>
+    <td class=""><a href="https://github.com/mjsax">@mjsax</td>
+  </tr>
+
+  <tr>
+    <td class="">Boyang Jerry Peng</td>
+    <td class="">Committer, PMC</td>
+    <td class="">jerrypeng</td>
+    <td class=""><a href="https://github.com/jerrypeng">@jerrypeng</td>
+  </tr>
+
+  <tr>
+    <td class="">Zhuo Liu</td>
+    <td class="">Committer, PMC</td>
+    <td class="">zhuoliu</td>
+    <td class=""><a href="https://github.com/zhuoliu">@zhuoliu</td>
+  </tr>
+
 </table>
 
 <h2 id="contributors">Contributors</h2>