Skip to content

Branch and Commit

Branch naming

Branch naming should be started with the type of branch, e.g:

  • feature-home
  • bugfix-register
  • hotfix-login

Commit Message

Commit message must be concise and clear and followed by backlog code:

  • "add feature login #STDGF-001"
  • "bugfix feature register #STDGF-002"
  • "hotfix feature login #STDGF-001"