File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,38 +38,34 @@ Thanks for your contributions!
3838We follow a rough convention for commit messages borrowed from CoreOS, who borrowed theirs
3939from AngularJS. This is an example of a commit:
4040
41- ```
4241 feat(scripts/test-cluster): add a cluster test command
4342
4443 this uses tmux to setup a test cluster that you can easily kill and
4544 start for debugging.
46- ```
4745
4846To make it more formal it looks something like this:
4947
50- ```
51- {type}({scope}): {subject}
52- <BLANK LINE>
53- {body}
54- <BLANK LINE>
55- {footer}
56- ```
48+
49+ {type}({scope}): {subject}
50+ <BLANK LINE>
51+ {body}
52+ <BLANK LINE>
53+ {footer}
54+
5755
5856Any line of the commit message cannot be longer than 90 characters, with the subject line
5957limited to 70 characters. This allows the message to be easier to read on github as well
6058as in various git tools.
6159
6260The allowed {types} are as follows:
6361
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- ```
62+ feat -> feature
63+ fix -> bug fix
64+ docs -> documentation
65+ style -> formatting
66+ refactor
67+ test -> adding missing tests
68+ chore -> maintenance
7369
7470### More Details on Commits
7571
You can’t perform that action at this time.
0 commit comments