- We follow the Git Flow scheme
- Anyone can contribute through Pull Requests
- Contributions should start by creating a feature/fix branch from the develop branch
- Following the PEP 8 conventions is advisable
- Starting an issue before contributing is advisable
- Tests must pass, defining unit tests specific to the contribution is mandatory
- Install pre-commit in order to pass the code through Black and Flake8