Skip to content

Branching Strategy

Siddhesh edited this page Mar 7, 2022 · 10 revisions

Strategy

image

Convention

  • Pull requests related to user Stories are raised from branches with prefix feature/, so the name of the branch should be feature/<some_name>.
  • Bug fixes PRs are raised from branches with prefix bugfix/, so the name of the branch should be bugfix/<some_name>.
  • At the end of the sprint, the releases are created by forking current main branch with a prefix release/, so the sprint1 release will be found in the branch release/sprint.

Protection rules

  • Commits directly to main and release/* branches are not allowed.
  • These are rules applied: image
Clone this wiki locally