From 79ea4d4983f3060ca5e2f6a2ed70b416e624ffd2 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 9 Feb 2017 11:30:39 -0400 Subject: [PATCH] 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 --- docs/COMMIT-GUIDELINES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/COMMIT-GUIDELINES.md b/docs/COMMIT-GUIDELINES.md index 03af1e20..dba8c355 100644 --- a/docs/COMMIT-GUIDELINES.md +++ b/docs/COMMIT-GUIDELINES.md @@ -42,7 +42,7 @@ Must be one of the following: - `minifix`: A minimal fix that doesn't warrant an entry in the CHANGELOG. - `docs`: Documentation only changes. - `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. - `perf`: A code change that improves performance. - `test`: Adding missing tests.