Real world examples can look like this:
chore: run tests on travis ci
fix(server): send cors headers
feat(blog): add comment section
Common types according to commitlint-config-conventional (based on the Angular convention) can be:
build
chore
ci
docs
feat
fix
perf
refactor
revert
style
test
These can be modified by your own configuration.