[EMAIL PROTECTED] wrote:
Whats the best way to get a potential patch review for possible submission into cvs?
Any guidelines that are prefered?
Create a bug in bugzilla (with title prefix [PATCH]) and attach patch to it in "diff -u" format.
Code standards etc etc...
Please don't change code style of the existing code: it makes review harder when you change the style.
Please use 4 space indenting for new code.
Vadim