Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 438 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 438 Bytes

Contributing

  • 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