You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2015/02/23 01:14:17 UTC

svn commit: r1661588 - /kafka/site/contributing.html

Author: guozhang
Date: Mon Feb 23 00:14:17 2015
New Revision: 1661588

URL: http://svn.apache.org/r1661588
Log:
Add the paragraph for adding to contributor list

Modified:
    kafka/site/contributing.html

Modified: kafka/site/contributing.html
URL: http://svn.apache.org/viewvc/kafka/site/contributing.html?rev=1661588&r1=1661587&r2=1661588&view=diff
==============================================================================
--- kafka/site/contributing.html (original)
+++ kafka/site/contributing.html Mon Feb 23 00:14:17 2015
@@ -25,6 +25,9 @@ If you will be contributing multiple non
 
 The easiest way to get started working with the code base is to pick up a really easy JIRA and work on that. This will help you get familiar with the code base, build system, review process, etc. We flag these kind of starter bugs <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20KAFKA%20AND%20labels%20%3D%20newbie%20AND%20status%20%3D%20Open">here</a>.
 <p>
+Please contact us to be added the contributor list. After that you can assign yourself to the JIRA ticket you have started working on so others will notice.
+</p>
+<p>
 Once you have gotten through the basic process of checking in code, you may want to move on to a more substantial project. We try to curate this kind of project as well, and you can find these <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20KAFKA%20AND%20labels%20%3D%20project%20AND%20status%20%3D%20Open">here</a>.
 </p>