From 4c5149fe17b074fb34af4598470ebae41ab6cd90 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki Date: Tue, 14 Jun 2011 09:26:23 +0200 Subject: [PATCH] Add simple HACKING file --- HACKING | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 HACKING 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 -- 2.20.1