| 123456789101112131415161718192021222324252627282930 | Contributions to the vblade are welcome.  In contributing, though, please stay true to the original simplicityof the software.  Many open source projects suffer from the "creepingfeature demon" phenomenon.  If you think the vblade needs a great newfeature, first seriously try to think of a way to accomplish your goalwithout adding to the vblade itself.Patches should be clean (to the point and easy to read) and should doone thing.  Send multiple patches if necessary.  Patches should begenerated with "diff -uprN" if possible, and should be designed to beapplied with "patch -p1".When possible, the best way to submit a patch is by sending it to theaoetools-discuss list.  You can subscribe at the aoetools project webpage on sourceforge.net.When you send your patch, here are some things to cover:  * What version of the vblade did you use to generate the patch?    (Hopefully it was the latest.)  * What was your motivation for creating the patch?  That is, what    problem does it solve?  * What testing did you perform to ensure that your patch did not    introduce bugs and accomplished what you intended?  * If your changes affect the end-user experience, have you updated    the vblade documentation?
 |