Git Branch Naming Conventions
<type>/<name>
<type>
bug - Code changes linked to a known issue.
feat - New feature.
hotfix - Quick fixes to the codebase.
junk - Experiments (will never be merged).
<name>
Always use dashes to seperate words, and keep it short.
feat/renderer-cookies
hotfix/dockerfile-base-image
bug/login-ie