Skip to content

Commit 82c2a0d

Browse files
author
Matthew Fisher
committed
Merge pull request #1113 from deis/add-types
docs(CONTRIBUTING): add allowed types
2 parents 79a10fb + 9fa6a5b commit 82c2a0d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,18 @@ Any line of the commit message cannot be longer than 90 characters, with the sub
5959
limited to 70 characters. This allows the message to be easier to read on github as well
6060
as in various git tools.
6161

62+
The allowed {types} are as follows:
63+
64+
```
65+
feat -> feature
66+
fix -> bug fix
67+
docs -> documentation
68+
style -> formatting
69+
refactor
70+
test -> adding missing tests
71+
chore -> maintenance
72+
```
73+
6274
### More Details on Commits
6375

6476
For more details see the [commit style guide][style-guide].

0 commit comments

Comments
 (0)