📝 Edit on GitHub
Semantic commits
Options
feat
fix
style
refactor
docs
test
chore
See links for more details:
- seesparkbox.com/foundry/semantic_commit_messages
- hackwild.com/article/semantic-git-commits
- karma-runner.github.io/1.0/dev/git-commit-msg.html
Conventional commits
A specification for adding human and machine readable meaning to commit messages
<type>[optional scope]: <description>
[optional body]
[optional footer]
See also