Cheatography
https://cheatography.com
Allows automatic change logs
[scope]:
[body]
[footer]
Set up
<type>[scope]: <description>
[body]
[footer] |
scope
additional info |
use nouns |
|
|
Type
fix |
Bug fix |
feat |
Added new feature |
build |
Changes that affect the build system or external dependencies |
style |
Changes that do affect the meaning of code |
chore |
Other changes that do not modify src or test files |
refactor |
A code change that neither fixes a bug nor adds a feature |
ci |
Changes to CI config files and scripts |
test |
adding missing tests or correcting existing tests |
docs |
Documentation changes |
revert |
Revert to previous commit |
|
|
description
short message |
written in the imperative - add instead of adds or added |
body
free form |
explain changes that you made |
footer
follow the body with blank line |
word token and semi colon |
references(who helped, resolves #10) |
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets