Repository: hbase Updated Branches: refs/heads/master c9d0feb28 -> 2c84b6e17
Add note on contributing to HBase under dev and the newly minted 'beginner' label Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2c84b6e1 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2c84b6e1 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2c84b6e1 Branch: refs/heads/master Commit: 2c84b6e17cd3669c01f130b6e4c8695bcb264f92 Parents: c9d0feb Author: stack <[email protected]> Authored: Wed Aug 6 08:23:56 2014 -0700 Committer: stack <[email protected]> Committed: Wed Aug 6 08:23:56 2014 -0700 ---------------------------------------------------------------------- src/main/docbkx/developer.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/2c84b6e1/src/main/docbkx/developer.xml ---------------------------------------------------------------------- diff --git a/src/main/docbkx/developer.xml b/src/main/docbkx/developer.xml index ddaaeb5..cf2ed10 100644 --- a/src/main/docbkx/developer.xml +++ b/src/main/docbkx/developer.xml @@ -32,6 +32,16 @@ <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). </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"> <title>Apache HBase Repositories</title> <para>There are two different repositories for Apache HBase: Subversion (SVN) and Git.
