You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The header(`<type>(<scope>): <description>`) is mandatory and the scope of the header is optional.
177
+
178
+
Any line of the commit message cannot be longer than 100 characters! This allows the message to be easier to read on GitHub as well as in various git tools.
179
+
180
+
The footer should contain a closing reference to an issue if any.
181
+
182
+
```
183
+
<type>(<scope>): <short summary>
184
+
│ │ │
185
+
│ │ └─⫸ Summary in present tense. Not capitalized. No period at the end.
0 commit comments