Branch names should:
- Follow [git-flow][gitflow] style, i.e. story branches begin with
feature/
, bugs withbugfix/
, etc. - Contain the JIRA ticket ID (if one exists) at the beginning of the branch name (but after the git-flow label)
- Have a descriptive name. For the example ticket with title _"As an admin