Skip to content

Latest commit

History

History
14 lines (12 loc) 路 364 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (12 loc) 路 364 Bytes

Contribution guide

  1. Fork

  2. Write some code (with tests if possible)

  3. Write some docs

  4. Check code formatting. In project root folder run black --check . Proceed in case no issues found. Otherwise run black .

  5. Run the tests (with your pipenv shell activated)

    python -m pytest tests -s
  6. Create a pull request on GitHub