Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "HowToContribute" page has been changed by RyanErnst: http://wiki.apache.org/solr/HowToContribute?action=diff&rev1=81&rev2=82 But take care about the following points * All public classes and methods should have informative [[http://java.sun.com/j2se/javadoc/writingdoccomments/|Javadoc comments]]. - * Code should be formatted according to [[http://java.sun.com/docs/codeconv/|Sun's conventions]], with one exception: + * Code should be formatted according to [[http://www.oracle.com/technetwork/java/javase/documentation/codeconvtoc-136057.html|Sun's conventions]], with one exception: * indent two spaces per level, not four. * Contributions should pass existing unit tests. * New unit tests should be provided to demonstrate bugs and fixes (http://www.junit.org).