Commit Messages
Guideline and standard for commit messages
Commit Message Format
<header>
/** BLANK LINE **/
<body>
/** BLANK LINE **/
<footer><header>
<header><type>: <short summary>
│ │
│ └─⫸ Summary in present tense.
│ Not capitalized.
│ No period at the end.
│
└─⫸ Commit Type: build|ci|docs|feat|fix|perf|refactor|test<type>
<type><summary>
<summary><body>
<body><footer>
<footer>Example 1
Example 2
Last updated