Development Flow - wol-haik-song/active-hub GitHub Wiki

Development Flow

dev-flow

Legends:
Master Branch: Main branch consisting of all the finished features.
Feature Branch: A newly created branch from develop to create new functionality.
Fix Branch: A newly created branch from the develop to fix and modify some bugs/error.

Explanation: Basically, all the feature and fixes are being created into separate branches then will be merged into the master branch when the fix/feature is finalized or polished.