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:
buildchorecidocsfeatfixperfrefactorrevertstyletest
These can be modified by your own configuration.