Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 692 Bytes

File metadata and controls

7 lines (5 loc) · 692 Bytes

Contributing

We encourage any form of contribution, whether that be issues, comments, or pull requests. If you are submitting a PR, there are a few things we would appreciate that you do to keep the codebase clean:

  • Write tests. we usecoverage.py. Any new code should not drop the test coverage (run coverage run -m pytest then run coverage report).
  • Follow the linter. We use pylint. Run pylint main.py before submitting a PR.
  • Ask questions if you aren't sure. If you have any questions while implementing a fix or feature, feel free to create an issue and ask us. We're happy to help!