Add simple HACKING file
authorZygmunt Krynicki <zygmunt.krynicki@linaro.org>
Tue, 14 Jun 2011 07:26:23 +0000 (09:26 +0200)
committerZygmunt Bazyli Krynicki <Zygmunt Krynicki zygmunt.krynicki@linaro.org>
Tue, 14 Jun 2011 07:26:23 +0000 (09:26 +0200)
HACKING [new file with mode: 0644]

diff --git a/HACKING b/HACKING
new file mode 100644 (file)
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