Add note on contributing to HBase under dev and the newly minted 'beginner' label

This commit is contained in:
stack 2014-08-06 08:23:56 -07:00
parent c9d0feb284
commit 2c84b6e17c
1 changed files with 10 additions and 0 deletions

View File

@ -32,6 +32,16 @@
<para>This chapter will be of interest only to those building and developing Apache HBase (i.e., as opposed to <para>This chapter will be of interest only to those building and developing Apache HBase (i.e., as opposed to
just downloading the latest distribution). just downloading the latest distribution).
</para> </para>
<section xml:id="dev.contributing">
<title>Contributing</title>
<para>
If you are looking to contribute to Apache HBase, look for issues in JIRA
tagged with the label 'beginner': <link xlink:href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20HBASE%20AND%20labels%20in%20(beginner)">project = HBASE AND labels in (beginner)</link>. These are issues HBase contributors have
deemed worthy but not of immediate priority and a good way to ramp on
HBase internals<footnote><para>See <link xlink:href="http://search-hadoop.com/m/DHED43re96">What label is used for issues that are good on ramps for new contributors?</link>
from the dev mailing list for background.</para></footnote>.
</para>
</section>
<section xml:id="repos"> <section xml:id="repos">
<title>Apache HBase Repositories</title> <title>Apache HBase Repositories</title>
<para>There are two different repositories for Apache HBase: Subversion (SVN) and Git. <para>There are two different repositories for Apache HBase: Subversion (SVN) and Git.