Skip to content

Branch Workflow

404answernotfound edited this page Mar 14, 2022 · 4 revisions

FOR THE SCHRODINGER-HAT TEAM:

If you want to contribute to this repository you need to respect the following branches guidelines

AVAILABLES BRANCHES:

  1. main
  2. feature/branch
  3. bugfix/branch

MAIN BRANCH:

This branch includes only the stable version of the app. So this will be the container generate by all merges from all branches.

FEATURE/BRANCH:

Use feature branch only for new integration, functionality or implementation.

BUGFIX/BRANCH:

Use this branch only if there is a bug or regression to fix.

Clone this wiki locally