From f333cd806119a0f7860c35b2366010fdd6516a65 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 11 Jun 2014 02:51:30 -0400 Subject: [PATCH] docs(contributing) type: rm style --- CONTRIBUTING.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2ac375c4..3c07857d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,13 +13,12 @@ Commit Format of the commit message: **type(scope) subject** **Type**: -- feature -- fix (bug fix) -- docs (documentation) -- style (formatting, missing semi colons, …) -- refactor -- test (when adding missing tests) -- chore (maintain) +- feature(scope) subject +- fix(scope) subject +- docs(scope) subject +- refactor(scope) subject +- test(scope) subject +- chore(scope) subject **Scope**: Scope could be anything specifying place of the commit change.