Showing changes from revision #14 to #15:
Added | Removed
Instiki thrives on contributions from people around the world.
Anonymous reporting is enabled again.
Steps:
$ svn checkout svn://rubyforge.org/var/svn/instiki/instiki/trunk instiki
$ svn checkout svn+ssh://developer@rubyforge.org/var/svn/instiki/instiki/trunk instiki
$ cd instiki; rake Finished in 0.907 seconds. 118 tests, 513 assertions, 0 failures, 0 errors
svn diff > patch.12345.diff
patch.12345.diff - first patch for the ticket #12345 patch.12345.diff.2 - second patch (maybe first failed) patch.12345.diff.3 - third... (it better stop here!)
That’s all. Please update relevant unit tests and follow coding conventions that you spot.
Please submit art work and stylesheet tweaks by following the patch creation steps, too.
† It’s important to make sure the copy of Instiki you pull out from the repository actually passes all of its tests without any of your changes. This will prevent you from spending endless hours of trying to find where that bug is in your code if it really isn’t in your code.