Development with git
How we manage git
- 
Feature Branches: feature/<USERSTORY>.- USERSTORY is the ID of the Userstory, where the goal, purpose and increment is described.
- Includes the changes in the code to resolve that Userstory.
- Includes documentation.
 
- 
Docs Branches: doc/<USERSTORY>.- USERSTORY is the ID of the Userstory, where the goal, purpose and increment is described.
- Some Userstory do not require Code changes, but include updates in the documentation.
 
For local development
- In this documentation git hooks are included to enhance the development experience.