ContributingΒΆ

All development is done on GitHub: https://github.com/kumuji/volumentations

If you find a bug or have a feature request file an issue at https://github.com/kumuji/volumentations/issues

To create a pull request:

  1. Fork the repository.

  2. Clone it.

  3. Install development requirements:

python -m pip install poetry
poetry install --dev
  1. Initialize it from the folder with the repo:

pre-commit install
  1. Make desired changes to the code.

  2. Check if your changes passing the tests:

nox -rs
  1. Push code to your forked repo.

  2. Create pull request.