Branches
1.Main-> Main branch
2.vX.X.X-> vX.X.X branch
3.develop-> Dev branch
Development Lifecycle
1. Contributors commit changes to the develop branch.
2. Pull requests (PRs) are made from develop to vX.X.X branch for stabilization.
3. If the changes in vX.X.X branch are deemed stable, they are then merged into the main branch.