Skip to content

Branch Naming Convention

Karan Sapolia edited this page Aug 28, 2019 · 5 revisions

Pretty similar to the Commit guidelines, when naming a branch, the right method should be:

  • {personName} / {typeOfTask} - {detail} OR
  • {personName} / {typeOfTask} - #{issue Number}

typeOfTask - one of the types from the commit message guidelines detail - maximum three words describing the issue. Closest in meaning to commit subject.

NOTE:

  • seperate words in detail with _
    Ex: sumit/refac-user_login

Examples: sumit/fix-#23

Clone this wiki locally