Common Vocabulary - gregswindle/eslint-plugin-crc GitHub Wiki
- feat conventional-commit-type
- fix conventional-commit-type
- docs conventional-commit-type
- style conventional-commit-type
- refactor conventional-commit-type
- perf conventional-commit-type
- test conventional-commit-type
- build conventional-commit-type
- ci conventional-commit-type
- chore conventional-commit-type
- revert conventional-commit-type
- feat
- A new feature
Toggle for additional engineering usages of feat...- conventional-commit-type
Category
- fix
- A bug fix
Toggle for additional engineering usages of fix...- conventional-commit-type
Category
- docs
- Documentation only changes
Toggle for additional engineering usages of docs...- conventional-commit-type
Category
- style
- Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
Toggle for additional engineering usages of style...- conventional-commit-type
Category
- refactor
- A code change that neither fixes a bug nor adds a feature
Toggle for additional engineering usages of refactor...- conventional-commit-type
Category
- perf
- A code change that improves performance
Toggle for additional engineering usages of perf...- conventional-commit-type
Category
- test
- Adding missing tests or correcting existing tests
Toggle for additional engineering usages of test...- conventional-commit-type
Category
- build
- Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
Toggle for additional engineering usages of build...- conventional-commit-type
Category
- ci
- Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
Toggle for additional engineering usages of ci...- conventional-commit-type
Category
- chore
- Other changes that don't modify src or test files
Toggle for additional engineering usages of chore...- conventional-commit-type
Category
- revert
- Reverts a previous commit
Toggle for additional engineering usages of revert...- conventional-commit-type
Category
