tldr; {type}/{group[optional]}/short-form-of-what-it-does
HCM developers consistently use dash-delimited branch names. About half also use f/
and b/
prefixes ('feature' and 'bug', respectively).
I suggest we continue our current practices, specifically:
- a branch should start with a prefix indicating its type:
feature/
,bug/
,chore/
, orhotfix/
- prefer the whole word to the one letter abbreviation, the clarity outweighs the cost of the extra characters