- check the developer guide for essential informations and practices to follow
- either check the issues or get in touch with the team (see Contact below) to prepare the collaboration
- use an existing branch or create one according to the branching workflow
# Good practices
-**NEVER**`git add .` or `git add -A` or `git add -A .`
# Branching strategy : git-flow
2 permanent branches : main and develop
# Branching workflow
This is the process to create a new branch. It is mandatory to first create an issue on Gitlab, create the branch from within the issue, then pull locally.