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