You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by Apache Wiki <wi...@apache.org> on 2012/09/05 14:57:44 UTC

[Hama Wiki] Update of "HowToContribute" by thomasjungblut

Dear Wiki user,

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

The "HowToContribute" page has been changed by thomasjungblut:
http://wiki.apache.org/hama/HowToContribute?action=diff&rev1=19&rev2=20

  But take care about the following points
  
   * All public classes and methods should have informative Javadoc comments.
-  * Code should be formatted according to [[http://incubator.apache.org/hama/hama-eclipse-formatter.xml|hama-code-formatter]]
+  * Code should be formatted according to [[http://hama.apache.org/hama-eclipse-formatter.xml|hama-code-formatter]] [[http://people.apache.org/~tjungblut/downloads/hama-formatter.xml|hama-code-formatter fallbacklink]]
   * Contributions should pass existing unit tests.
   * New unit tests should be provided to demonstrate bugs and fixes.
   * Please resolve all warnings according to "Eclipse Warning Levels" below