summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorBrian Waldon <bcwaldon@gmail.com>2013-01-31 07:17:02 -0800
committerBrian Waldon <bcwaldon@gmail.com>2013-01-31 07:17:02 -0800
commitc55fca16a5980562ee226238c6fd45f1149c83c6 (patch)
treeff17bed562064d7b8fa30e91fe7064a3fd459627 /HACKING.txt
parentc4d87ac700d3849bcb8140cbf8a2e9475a50c449 (diff)
downloadwarlock-c55fca16a5980562ee226238c6fd45f1149c83c6.tar.gz
Move HACKING to HACKING.txt
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/HACKING.txt b/HACKING.txt
new file mode 100644
index 0000000..91e4901
--- /dev/null
+++ b/HACKING.txt
@@ -0,0 +1,6 @@
+Hacking Guidelines:
+- write unit tests
+- use tox to run tests
+- support python 2.6 and 2.7 -- not 3.x just yet
+- pass pep8 checks
+- keep that pylint score up!