Skip to content

Commit 9fa6a5b

Browse files
author
Matthew Fisher
committed
docs(CONTRIBUTING): add allowed types
I often find myself stumbling to the docs just to look for the allowed types.
1 parent 7f0d1cb commit 9fa6a5b

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)