dibley1973 / the-train-exchange

The project for a website to allow model train enthusiasts to buy, sell, swap, or part exchange models from each other.
GNU General Public License v3.0
4 stars 0 forks source link

Set Branching Strategy #2

Open dibley1973 opened 1 year ago

dibley1973 commented 1 year ago

As a Project manager, I want to set the branching strategy and add it to the wiki, So that new features and bugs can be merged into the trunk in a controlled manner

Suggest the following branching strategy, or similar.

main
  |
  |-- develop
  |       |
  |       |-- feature 1
  |       |
  |       |-- bugfix 1
  |       |
  |       |-- colab
  |       |       |
  |       |       | -- feature 2
  |       |       |
  |       |       | -- feature 3
  |       |
  |       |  -- feature 4
  | 
  | -- hotfix

It is acceptable when...