Skip to content

Git Commit Conventions

F.S. Koulen edited this page May 17, 2023 · 1 revision
  • Do not push to main directly
  • Create feat branch from dev and use dashes -
    ex: feat/create-navigation
  • Write atomic commits (not too big, make it make sense)
  • Commit name in imperative mood
  • Start with a capital letter
  • Do not use punctuation at the end ex: Update color of header instead updated color of header.
Clone this wiki locally