Skip to content

Contribute🔗

drifactorial

Contributions to Dribia libraries are always welcome!

Mantainers🔗

drifactorial is maintained by:

Issues🔗

Questions, feature requests and bug reports are all welcome as discussions or issues.

Please note which version of the library are you using whenever reporting a bug.

python -c "import drifactorial; print(drifactorial.__version__)"

It would be very useful too to know which OS and Python version you are running drifactorial from.

Contribute🔗

In order to contribute, the first step is to clone the code from the repository:

git clone https://github.com/dribia/drifactorial.git
Then, you can step into the project's root and, assuming that you have both Poetry and pre-commit installed, run:
poetry install && pre-commit install

Now you should be ready to start coding and prepare your pull request.

You can run linting and tests locally with:

sh scripts/lint.sh
sh scripts/test.sh

Happy coding!