Development Guidelines
Overview
This section describes what it takes to prepare a new feature or bug fix for Winpdb.
A change/patch must meet the following criteria before it can be integrated into Winpdb:
- It follows the coding style of Winpdb
- It is well documented
- It appears to be complete, mature and well designed
- It merges without conflicts with the repository tip
Other considerations
- A change/patch should contain only a single feature or bug fix
- Quality of features is better than quantity
- Respect the code base. Be afraid and careful when refactoring code.
