Ted Roche wrote: > What's the optimal way to contribute nitpicky little fixes to dabo? If > I've got a couple of typo-fixes in the AppWizard for the US-English > version. I could: > > 1. Just post email here. > 2. Enter a tracker bug that someone else has to look up, get source, > make change, test change, check in.... > 3. Submit a patch file directly (how?) diff? > 4. Get subversion access and do #2 myself > > What's the best way to fix these nits as much by myself as possible > and let you guys keep working on the hard stuff?
Best way is #4. I've just enabled that option for you. #3 is the second-best way, because we can easily apply your patch and commit. To get the patch, do 'svn diff' and copy/paste the result to an email to dabo-dev. #1 is the third-best way, IMO. -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
