You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2011/03/28 00:04:18 UTC

[Hadoop Wiki] Trivial Update of "Hbase/HowToContribute" by stack

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "Hbase/HowToContribute" page has been changed by stack.
http://wiki.apache.org/hadoop/Hbase/HowToContribute?action=diff&rev1=54&rev2=55

--------------------------------------------------

   * Code should be formatted according to [[http://java.sun.com/docs/codeconv/|Sun's conventions]], with two exceptions:
    1. Indent two spaces per level, not four.
    2. Use spaces and not tabs.
+  * If using eclipse, [[https://issues.apache.org/jira/browse/HBASE-3678|HBASE-3678]] has an appropriate formatter attached with instructions on how to load it up into eclipse.
   * Contributions must pass existing unit tests.
   * New unit tests should be provided to demonstrate bugs and fixes.  [[http://www.junit.org|JUnit4]] is our test framework:
    * All test class names should start with {{{Test}}}.