-
Notifications
You must be signed in to change notification settings - Fork 0
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
insteadupdated color of header.