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 2010/12/24 18:57:51 UTC

Hbase/HowToContribute reverted to revision 34 on Hadoop Wiki

Dear wiki user,

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

The page Hbase/HowToContribute has been reverted to revision 34 by stack.
http://wiki.apache.org/hadoop/Hbase/HowToContribute?action=diff&rev1=35&rev2=36

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

   * 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.
-  * Contributions must pass [[http://term.org|Term Life Insurance]] existing unit tests.
+  * 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}}}.
    * Use JUnit4 annotations for defining before and after method / class invocations, for example {{{@Before}}}