Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 300 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (9 loc) · 300 Bytes

Contributing to this project

  • Create your feature branch.
  • Make your changes (make use of conventional commits).
  • Lint and Test locally:
  tox (required to be installed)
  • Open a pull request.
  • Make sure that CI tests are passing.