Merge refactoring of report-status parsing.
[jelmer/dulwich-libgit2.git] / HACKING
1 Please follow PEP8 with regard to coding style.
2
3 All functionality should be available in pure Python. Optional C
4 implementations may be written for performance reasons, but should never
5 replace the Python implementation. The C implementations should follow the
6 kernel/git coding style.
7
8 Where possible please include updates to NEWS along with your improvements.