docs: [CONTRIBUTING] Add "etc" type to commit format

This commit is contained in:
ChronosX88 2019-10-12 17:48:17 +04:00
parent 4f25bddd56
commit 079fc7ec98
Signed by: ChronosXYZ
GPG Key ID: 085A69A82C8C511A

View File

@ -22,6 +22,7 @@ The type is contained within the title and can be one of these types:
* refactor: refactoring production code * refactor: refactoring production code
* test: adding tests, refactoring test; no production code change * test: adding tests, refactoring test; no production code change
* chore: updating build tasks, package manager configs, etc; no production code change * chore: updating build tasks, package manager configs, etc; no production code change
* etc: everything that does not correspond to other types
### The Subject ### The Subject
Subjects should be no greater than 50 characters, should begin with a capital letter and do not end with a period. Subjects should be no greater than 50 characters, should begin with a capital letter and do not end with a period.