Branch naming convention - pesto-students/batch-10-tripen GitHub Wiki

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: karan/refac-user_login sarthak/feat-card_component

Examples:

amit/fix-#23 karan/refac-user_login sarthak/feat-card_component