We follow the gitflow workflow as our branch naming convention.
Before you commit anything to a branch, please install pre-commit hooks. This will ensure and that your changes follows our formatting convention.
- Install pre-commit
- Run
pre-commit install