Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 377 Bytes

CONTRIBUTING.rst

File metadata and controls

22 lines (12 loc) · 377 Bytes

Contributing

  1. Use Python 3.7+, make and virtualenv
  2. Install dependencies:
make install
  1. Install pre-commit hooks:
make hooks
  1. Start contributing!
  2. Make sure GitHub Actions pipeline for your Pull Request is passing