Contributeπ
Contributions to Dribia libraries are always welcome!
Mantainersπ
DriConfig is maintained by:
- Irene PΓ©rez - irene@dribia.com
- Albert Iribarne - iribarne@dribia.com
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 driconfig; print(driconfig.__version__)"
It would be very useful too to know which OS and Python version are your running DriConfig from.
Contributeπ
In order to contribute, the first step is to clone yourself the code: repository:
git clone https://github.com/dribia/driconfig.git
poetry install && pre-commit install
Now you should be ready to start coding and prepare your pull request.
Remember that you can run linting and tests locally with:
sh scripts/lint.sh
sh scripts/test.sh
Happy coding!