summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
blob: 790c6bea8d39e02adc314e4192d3453fcfb1da00 (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 test against different Python versions; CI will check all non-EOL version of Python
- Run flake8 without warnings; including flake8-bugbear plugin