Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 388 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (20 loc) · 388 Bytes

To contribute to the project

  1. Fork the repository.
  2. Clone it.
  3. Install pre-commit hook. Run from a folder with repository:
pip install pre-commit
pre-commit install
  1. Modify the code.
  2. Install the library in the development mode:
pip install -e .
  1. Run tests
pytest
  1. Push code to your forked repo.
  2. Create pull request.
  3. Accept CLA.