From b988f5b3235da8709bb44c80086c6069e2ef83a3 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Mon, 11 Nov 2013 11:57:38 -0800 Subject: [PATCH] chore(CONTRIBUTING): make the allowed types a list The list was formatted as one long sentence. Fix that. --- CONTRIBUTING.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 54862f595ca..e96351393aa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,13 +58,13 @@ This allows the message to be easier to read on github as well as in various git The subject line contains succinct description of the change. ### Allowed -feat (feature) -fix (bug fix) -docs (documentation) -style (formatting, missing semi colons, …) -refactor -test (when adding missing tests) -chore (maintain) +- feat (feature) +- fix (bug fix) +- docs (documentation) +- style (formatting, missing semi colons, …) +- refactor +- test (when adding missing tests) +- chore (maintain) ### Allowed