From 2c84b6e17cd3669c01f130b6e4c8695bcb264f92 Mon Sep 17 00:00:00 2001 From: stack Date: Wed, 6 Aug 2014 08:23:56 -0700 Subject: [PATCH] Add note on contributing to HBase under dev and the newly minted 'beginner' label --- src/main/docbkx/developer.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/docbkx/developer.xml b/src/main/docbkx/developer.xml index ddaaeb5cb3c..cf2ed10071b 100644 --- a/src/main/docbkx/developer.xml +++ b/src/main/docbkx/developer.xml @@ -32,6 +32,16 @@ This chapter will be of interest only to those building and developing Apache HBase (i.e., as opposed to just downloading the latest distribution). +
+ Contributing + + If you are looking to contribute to Apache HBase, look for issues in JIRA + tagged with the label 'beginner': project = HBASE AND labels in (beginner). These are issues HBase contributors have + deemed worthy but not of immediate priority and a good way to ramp on + HBase internalsSee What label is used for issues that are good on ramps for new contributors? + from the dev mailing list for background.. + +
Apache HBase Repositories There are two different repositories for Apache HBase: Subversion (SVN) and Git.