diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0b3ba2c..54b06ef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ Longer description here if necessary The `tag` should be one of the following: - `fix` - for a bug fix -- `update` - for a backwards compatible enhancement +- `update` - for an enhancement or update not qualifying as a feature - `feature` - for a new feature - `perf` - for a code change that improves performance - `refactor` - for a code change that isn't one of `fix`, `update`, `feature` or `perf`