fix
[django-pagination.git] / HACKING
1 Dear hackers and github fork owners: PLEASE MERGE BACK!
2 Regardless of the size of the delta, all fixes are welcome and important.
3
4 Some guidelines:
5  * use pep8 / pyflakes to check if you are not introducing new issues by accident
6  * test your changes (setup.py test)
7  * write tests for now code if possible
8  * do not commit '.mo' files - they do not belong here - they can be rebuilt from .po
9  * propose a merge on github