From: Zygmunt Krynicki Date: Tue, 14 Jun 2011 07:26:23 +0000 (+0200) Subject: Add simple HACKING file X-Git-Tag: release-2.0~17 X-Git-Url: https://git.mdrn.pl/django-pagination.git/commitdiff_plain/4c5149fe17b074fb34af4598470ebae41ab6cd90 Add simple HACKING file --- diff --git a/HACKING b/HACKING new file mode 100644 index 0000000..362f76e --- /dev/null +++ b/HACKING @@ -0,0 +1,9 @@ +Dear hackers and github fork owners: PLEASE MERGE BACK! +Regardless of the size of the delta, all fixes are welcome and important. + +Some guidelines: + * use pep8 / pyflakes to check if you are not introducing new issues by accident + * test your changes (setup.py test) + * write tests for now code if possible + * do not commit '.mo' files - they do not belong here - they can be rebuilt from .po + * propose a merge on github