summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
blob: a79e9270aee53c978c6da1453e32cc73bdf024bd (plain)
1
2
3
4
5
6
7
# 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