-
Notifications
You must be signed in to change notification settings - Fork 37
Contributing
akozumpl edited this page Aug 8, 2012
·
12 revisions
To have your patches merged:
- conform to hawkey's coding style
- all unit tests on your branch are passing
- preferably with no errors under basic Valgrind check
- add unit tests for any new functionality /fixes your branch is providing
- if you are extending or changing the lib's interface, reflect the changes in Python bindings
- document your changes
- make a pull request against the master branch
- remember to describe all API changes in the request
- indent width is 4, tabs are used for multiples of eight, in Emacs:
(setq c-basic-offset 4) (setq-default indent-tabs-mode t)