Skip to content

brunodavi/conventional-snippets

Repository files navigation

Conventional Snippets

Simple snippets for conventional commits


Version Installs Ratings

Snippets

Snippet Description
feat→ Commits, that adds a new feature
fix→ Commits, that fixes a bug
refactor→ Commits, that rewrite/restructure your code, however does not change any behavior
perf→ Commits are special refactor commits, that improve performance
style→ Commits, that do not affect the meaning (white-space, formatting, missing semicolons, etc.)
test→ Commits, that add missing tests or correcting existing tests
docs→ Commits, that affect documentation only
build→ Commits, that affect build components like build tool, ci pipeline, dependencies, project version
ops→ Commits, that affect operational components like infrastructure, deployment, backup, recovery
chore→ Miscellaneous commits e.g. modifying .gitignore
ci→ Commits, which change configuration scripts
revert→ Commits, that undo changes in commits