From 327aa001411d3e92fe44462c3c100a3662793fb7 Mon Sep 17 00:00:00 2001 From: Anthony Laibe Date: Thu, 15 Nov 2018 11:05:41 +0000 Subject: [PATCH] docs: align with angular/conventional commit config --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2b47abd59..eaf5fe30a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -181,7 +181,6 @@ Must be one of the following: * **refactor**: A code change that neither fixes a bug nor adds a feature * **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) * **test**: Adding missing tests or correcting existing tests -* **uiux**: UI and UX related changes like CSS ### Scope The scope should be the name of the npm package affected (as perceived by the person reading the changelog generated from commit messages.