Branch policies

Branchs

Main

The main branch is the default branch for the repository. It is used for production-ready code and should always be stable. All changes to the main branch should be made through pull requests, which must be reviewed and approved by at least one other developer before merging.

Stables

The stables branches are used for maintaining stable releases of the code.

Creating branch

    1. Folow the conevention of naming branches as feature/description or bugfix/description.