When creating a branch, we respect the following convention
{developer}/{environment}/{type}/{custom}
- developer: who is working on the branch
- environment: UI or Backend
- type: feature or bug
- custom: custom name for the task (example: fixsomething)
When commiting, we respect the following convention:
{type}: descriptive title
description for the task