Bladeren bron

chore(CONTRIBUTING): make the allowed types a list

The list was formatted as one long sentence. Fix that.
Brandon Philips 13 jaren geleden
bovenliggende
commit
b988f5b323
1 gewijzigde bestanden met toevoegingen van 7 en 7 verwijderingen
  1. 7 7
      CONTRIBUTING.md

+ 7 - 7
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.
 The subject line contains succinct description of the change.
 
 
 ### Allowed <type>
 ### Allowed <type>
-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 <scope>
 ### Allowed <scope>