Skip to content

Branching Strategy

asya982 edited this page Mar 14, 2023 · 21 revisions

Chosen strategy - We have main and dev branches.

All feature branches must be merged into dev branch!!! Only the release should merge into the main branch!!!

Working process:

Step 1

  • Option 1

    • 👯 Clone this repo to your local machine using https://github.com/ita-social-projects/horondi_client_fe.git
  • Option 2

    • create new branch from development branch

Step 2

  • add some commits to your new branch

Step 3

  • 🔃 Create a new pull request and asign at least 2 people to check your changes in order to merge it

Useful links about branch:

Github flow