Branch Name Standardization #6
husamettinarabaci
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are some best practice standards for branch naming.
Basic Rules
Branch Prefixes
Using prefixes in branch names helps to quickly identify the purpose of the branches. Here are some common types of branches with their corresponding prefixes:
Actually, I like another one:
I am giving names to branches in this format;
{issue_type}/{my_short_tag}/{issue_id}/{little_description}
Some examples:
Those are like my branch's names. I recommend using the same format as this in all of the OctopOSPrime branches.
If you have any other good ideas. Please feel free to write here.
@octoposprime/design
@octoposprime/design-jr
@octoposprime/design-tl
@octoposprime/be
@octoposprime/be-jr
@octoposprime/be-tl
@octoposprime/mo
@octoposprime/mo-jr
@octoposprime/mo-tl
@octoposprime/devops
@octoposprime/devops-jr
@octoposprime/devops-tl
@octoposprime/game
@octoposprime/game-jr
@octoposprime/game-tl
@octoposprime/em
@octoposprime/em-jr
@octoposprime/em-tl
@octoposprime/web
@octoposprime/web-jr
@octoposprime/web-tl
@octoposprime/fe
@octoposprime/fe-jr
@octoposprime/fe-tl
@octoposprime/docs
@octoposprime/docs-jr
@octoposprime/docs-tl
@octoposprime/arc
@octoposprime/arc-jr
@octoposprime/arc-tl
Beta Was this translation helpful? Give feedback.
All reactions