docs: update CONTRIBUTING file

pull/262/head
Francis Lachapelle 2019-10-31 11:59:38 -04:00
parent eb4ad5e086
commit fc34befe47
1 changed files with 22 additions and 21 deletions

View File

@ -46,6 +46,7 @@ Must be one of the following:
* **feat**: A new feature
* **fix**: A bug fix
* **docs**: Documentation only changes
* **i18n**: Change in localizable strings
* **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing
semi-colons, etc)
* **refactor**: A code change that neither fixes a bug nor adds a feature