Skip to content

Commit

Permalink
chore: add quotes to branch examples
Browse files Browse the repository at this point in the history
  • Loading branch information
stardustmeg committed Apr 28, 2024
1 parent e1a7a58 commit 325f14d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .validate-branch-namerc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ module.exports = {

// Branch Name Examples:

// feat(RSS-ECOMM-1_01)/add-new-product // where 1 is sprint number and 01 is issue number
// fix(RSS-ECOMM-2_15)/add-correct-product // where 2 is sprint number and 15 is issue number
// "feat(RSS-ECOMM-1_01)/add-new-product" // where 1 is sprint number and 01 is issue number
// "fix(RSS-ECOMM-2_15)/add-correct-product" // where 2 is sprint number and 15 is issue number

0 comments on commit 325f14d

Please sign in to comment.