Contribute🔗
Contributions to Dribia libraries are always welcome!
Mantainers🔗
driganttic is maintained by:
- Oleguer Sagarra Pascual - ula@dribia.com
Source code🔗
In order to contribute, the first step is to clone yourself the code: repository:
git clone git@github.com:Dribia/driganttic.git
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!