Skip to content

Instantly share code, notes, and snippets.

View lavesan's full-sized avatar
💭
Developing!

Valdery Alves Paes Júnior lavesan

💭
Developing!
View GitHub Profile
@mguilhermetavares
mguilhermetavares / CommitStyleGuides.MD
Last active March 31, 2023 14:13
Commit Style Guides

Custom commit messages

  • All commits must be "SignOff", just use "commit -sm"
  • Use imperative verbs ("Add feature" instead of "Adding feature" or "Added feature")
  • First line must have a maximum of 72 characters
  • Consider describing it in detail in the commit body
  • Consider using an emoji at the beginning of the commit message
Emoji Code Commit Type