mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-05-25 00:50:52 -05:00
docs: use imperative mood in descriptions (#139)
This commit is contained in:
committed by
Benjamin E. Coe
parent
0a977868cf
commit
795ff8b7fb
@@ -63,12 +63,12 @@ docs: correct spelling of CHANGELOG
|
||||
|
||||
### Commit message with scope
|
||||
```
|
||||
feat(lang): added polish language
|
||||
feat(lang): add polish language
|
||||
```
|
||||
|
||||
### Commit message for a fix using an (optional) issue number.
|
||||
```
|
||||
fix: minor typos in code
|
||||
fix: correct minor typos in code
|
||||
|
||||
see the issue for details on the typos fixed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user