summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Willhaus <mail@janwillhaus.de>2019-05-18 18:45:51 +0200
committerJan Willhaus <mail@janwillhaus.de>2019-05-18 19:27:25 +0200
commit353fe3a7470206c6531cec15368b1658331d2ccc (patch)
treee62101ff62f4a9673c481c96e22290778e4c2752
parenta03e8e2ae20f14d91a9b167ec1a05f86552a7656 (diff)
downloadwarlock-353fe3a7470206c6531cec15368b1658331d2ccc.tar.gz
Update contributing guidelines
-rw-r--r--CONTRIBUTING.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c110b23..a79e927 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,7 @@
-Hacking Guidelines:
-- write unit tests
-- use py.test to run tests
-- support python 2.6 and 2.7 -- not 3.x just yet
-- pass flake8 checks
-- keep that pylint score up!
+# How to contribute
+
+Pull Requests are greatly welcome from everyone! Please make sure to fulfill the following criteria when proposing changes to Warlock:
+
+- Write unit tests, and run them through pytest; test coverage must not decrease
+- Make sure to support Python 2.7 -- 3.7; Travis CI will check all non-EOL version of Python
+- Run flake8 without warnings; including flake8-bugbear plugin