mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
chore(CONTRIBUTING): make the allowed types a list
The list was formatted as one long sentence. Fix that.
This commit is contained in:
parent
e397e807ca
commit
b988f5b323
@ -58,13 +58,13 @@ This allows the message to be easier to read on github as well as in various git
|
|||||||
The subject line contains succinct description of the change.
|
The subject line contains succinct description of the change.
|
||||||
|
|
||||||
### Allowed <type>
|
### Allowed <type>
|
||||||
feat (feature)
|
- feat (feature)
|
||||||
fix (bug fix)
|
- fix (bug fix)
|
||||||
docs (documentation)
|
- docs (documentation)
|
||||||
style (formatting, missing semi colons, …)
|
- style (formatting, missing semi colons, …)
|
||||||
refactor
|
- refactor
|
||||||
test (when adding missing tests)
|
- test (when adding missing tests)
|
||||||
chore (maintain)
|
- chore (maintain)
|
||||||
|
|
||||||
### Allowed <scope>
|
### Allowed <scope>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user