docs: clarify that a "style" commit type applies to code annotations (#1085)

See: https://github.com/resin-io/etcher/pull/1084
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2017-02-09 11:30:39 -04:00 committed by GitHub
parent 6bdba5ffd4
commit 79ea4d4983

View File

@ -42,7 +42,7 @@ Must be one of the following:
- `minifix`: A minimal fix that doesn't warrant an entry in the CHANGELOG. - `minifix`: A minimal fix that doesn't warrant an entry in the CHANGELOG.
- `docs`: Documentation only changes. - `docs`: Documentation only changes.
- `style`: Changes that do not affect the meaning of the code (white-space, - `style`: Changes that do not affect the meaning of the code (white-space,
formatting, missing semi-colons, etc). formatting, missing semi-colons, JSDoc annotations, comments, etc).
- `refactor`: A code change that neither fixes a bug nor adds a feature. - `refactor`: A code change that neither fixes a bug nor adds a feature.
- `perf`: A code change that improves performance. - `perf`: A code change that improves performance.
- `test`: Adding missing tests. - `test`: Adding missing tests.