Firefox and Thunderbird Garage
< Day Day Up > |
To be a successful Mozilla programmer, you have to be a team player. That includes following the established rules, even if you don't agree with them. The Mozilla code development cycle is, generally, rather simple. Overall, there are only a few steps:
The review process is necessary before your bug will be added to the product. The reviewer (usually the module owner or his peer) checks to ensure that the fix is acceptable and tests the fix. Do not take this as saying that Mozilla doesn't trust you this benefits you in that there is an extra set of eyes looking for unintended side effects. Without careful review, there is a tendency for a bug fix to simply cause another bug in the program. Always be careful not to break something else when fixing your bug. |
< Day Day Up > |