You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2006/11/06 19:14:21 UTC

[Solr Wiki] Update of "HowToContribute" by HossMan

Dear Wiki user,

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

The following page has been changed by HossMan:
http://wiki.apache.org/solr/HowToContribute

------------------------------------------------------------------------------
  svn add src/.../MyNewClass.java
  }}}
  
+ Subversions "add" command only modifies your local copy, so it doess not require commit permissions.  By using "svn add", your entire comtribution can be included in a single patch file, without needing to submit a seperate set of "new" files.
+ 
  Edit the ''CHANGES.txt'' file, adding a description of your change, including the bug number it fixes.
  
  In order to create a patch, just type: