mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:40:03 +08:00
docs(dev): change commit desc style guide
The vast majority of last 1000 commits do not use a capital letter to start the <description> field in the commit subject: $ git log --oneline -n 1000 origin/master | grep ': [A-Z]' | wc -l 11 $ git log --oneline -n 1000 origin/master | grep ': [a-z]' | wc -l 984 Assume this is the new convention and update the doc.
This commit is contained in:
parent
aced222602
commit
8c33a001d7
@ -101,7 +101,7 @@ you can also use a specific layer name or plugin name as a scope.
|
||||
**subject:**
|
||||
|
||||
Subjects should be no greater than 50 characters,
|
||||
should begin with a capital letter and do not end with a period.
|
||||
should not begin with a capital letter and do not end with a period.
|
||||
|
||||
Use an imperative tone to describe what a commit does,
|
||||
rather than what it did. For example, use change; not changed or changes.
|
||||
|
Loading…
Reference in New Issue
Block a user