|
7 registered users in last 24 hours Contributing PatchesLet's assume that you have found a bug in your ]project-open[ installation that you have fixed yourself. Or maybe you have added a new feature to ]project-open[ that your would like to share for future releases of ]project-open[. Now you would like to contribute this patch, so that it will be included in future releases.
The MechanicsPlease create the patch using the following commands:
cd /packages/your_package/www/ cvs -z3 diff -u source_file.tcl > patch.diff Then please go to our Source Forge Bug Tracker page and create a new Bug Report with all the necessary context of the problem ("bug") that your patch solves. Please add a description of the intended new behavior after the patch has been applied. Then please include your patch in the bug description, either in plain text (short patches) or via upload (longer patches).
Intellectual Property Rights By contributing the patch you agree that your code will become part of the ]project-open[ source code and will be issued under the same license as the original source code file.
The Decision ProcessDue to the long release cycle of ]project-open[ it may take several weeks or months before the ]project-open[ core team will decide on whether or not to include the patch in the next release. At that moment, the team will mark the patch as "closed" (if it has been included) or as "rejected" (if it hasn't been included in the product).
Please Follow the Original Formatting
|
