Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 349 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 349 Bytes

Contributing to this project

  • Create your feature branch.

  • Install tox

    • Code, test, run, debug, commit locally:

      tox
  • Make your changes (make use of conventional commits).

  • Open a pull request.

  • Make sure that CI tests are passing.