Skip to content

Contribute🔗

driganttic

Contributions to Dribia libraries are always welcome!

Mantainers🔗

driganttic is maintained by:

Source code🔗

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

git clone git@github.com:Dribia/driganttic.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

Contribute🔗

Now you should be ready to start coding your contribution to the project. Just remember the following rules:

  • Use Black for code linting and the PEP they respect.
  • Branch the repo following an apropriate branching protocol.
  • Always merge your contributions via pull requests, setting the maintainers as reviewers.
  • When working on a release, follow the symver protocol.

Happy coding!