Skip to content
soury edited this page Mar 2, 2026 · 10 revisions

Welcome to the BoAmps wiki!

How to manage branches in this repository?

  • develop: main development branch where all feature branches must be created from and then merged.
  • main: reference branch hosting the latest boamps release

How to name new branches?

  • feature/<"name"> for tools
  • model/<"name"> for the model
  • docs/<"name"> for documentation
  • release/<X.Y.Z> (maximum one active release branch at a time) <"name"> = A representative name of the branch changes (without spaces)

Clone this wiki locally