Git best practices: Conventional Commits

  • It is a specification for writing commit messages

  • The commit message should be structured as follows:

    <type>[optional scope]: <description>
    
    [optional body]
    
    [optional footer]
  • Learn more here