Is your feature request related to a problem? Please describe.
Feature request for a git branching strategy for underworld3
Describe the solution you'd like
Written documentation, .md file, describing the git branching strategy used for Underworld3. This is for developers of Underworld3 and should include ASCII art to demonstrate common use cases.
Also naming standards for creating a new branch should be provided and example git commands for modifying a branch, merging into a branch and other common git branch issues.
Additional context
The version control section in this document is an example so what I'd like https://github.com/underworldcode/underworld2/blob/v2.17.x/docs/development/release_guidelines.md
Here is another document that discusses a nice git branching strategy. https://nvie.com/posts/a-successful-git-branching-model/. @lmoresi I like this strategy - it's what uw2 uses from memory.