Skip to content

Git


Conventional commits

Type When to use
feat new capability
fix bug fix
refactor restructure, no behavior change
chore tooling, deps, non-code
docs documentation only
test adding or fixing tests

Scope goes in parens: feat(opex): ... Breaking change: append !refactor!(config): ...