We generally separate it out feature and bugfix wise.
The branch name for feature branches look like,
feature/<Feature_ID>-<Feature_Summary>For bugfixes,
bugfix/<Bug_ID>-<Bug_Summary>Apart from these we got,
master as the base branchAlso the release branches as,
release\1.0.0.0release\1.1.0.0 and so on..