Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 400 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (5 loc) · 400 Bytes

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