Skip to content
Greg Swindle edited this page Feb 11, 2018 · 2 revisions

Index of terms

  1. feat conventional-commit-type
  2. fix conventional-commit-type
  3. docs conventional-commit-type
  4. style conventional-commit-type
  5. refactor conventional-commit-type
  6. perf conventional-commit-type
  7. test conventional-commit-type
  8. build conventional-commit-type
  9. ci conventional-commit-type
  10. chore conventional-commit-type
  11. revert conventional-commit-type

Conventional Commit Specification Terms

feat
A new feature
More info Toggle for additional engineering usages of feat...

    Category

    • conventional-commit-type

fix
A bug fix
More info Toggle for additional engineering usages of fix...

    Category

    • conventional-commit-type

docs
Documentation only changes
More info Toggle for additional engineering usages of docs...

    Category

    • conventional-commit-type

style
Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
More info Toggle for additional engineering usages of style...

    Category

    • conventional-commit-type

refactor
A code change that neither fixes a bug nor adds a feature
More info Toggle for additional engineering usages of refactor...

    Category

    • conventional-commit-type

perf
A code change that improves performance
More info Toggle for additional engineering usages of perf...

    Category

    • conventional-commit-type

test
Adding missing tests or correcting existing tests
More info Toggle for additional engineering usages of test...

    Category

    • conventional-commit-type

build
Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
More info Toggle for additional engineering usages of build...

    Category

    • conventional-commit-type

ci
Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
More info Toggle for additional engineering usages of ci...

    Category

    • conventional-commit-type

chore
Other changes that don't modify src or test files
More info Toggle for additional engineering usages of chore...

    Category

    • conventional-commit-type

revert
Reverts a previous commit
More info Toggle for additional engineering usages of revert...

    Category

    • conventional-commit-type