mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2025-08-22 22:08:35 +00:00
fix(example): present tense imperative (#19)
"adds ability" -> "add ability".
This commit is contained in:
parent
0777937ece
commit
5aefddaa81
2
index.md
2
index.md
@ -35,7 +35,7 @@ consumers of your library:
|
|||||||
|
|
||||||
<br />
|
<br />
|
||||||
A scope may be provided to a commit's type, to provide additional contextual information and
|
A scope may be provided to a commit's type, to provide additional contextual information and
|
||||||
is contained within parenthesis, e.g., `feat(parser): adds ability to parse arrays`.
|
is contained within parenthesis, e.g., `feat(parser): add ability to parse arrays`.
|
||||||
|
|
||||||
Commit _types_ other than `fix:` and `feat:` are allowed, for example [the Angular convention](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit) recommends `docs:`, `style:`, `refactor:`, `perf:`, `test:`, `chore:`, but these tags are
|
Commit _types_ other than `fix:` and `feat:` are allowed, for example [the Angular convention](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit) recommends `docs:`, `style:`, `refactor:`, `perf:`, `test:`, `chore:`, but these tags are
|
||||||
not mandated by the conventional commits specification.
|
not mandated by the conventional commits specification.
|
||||||
|
Loading…
Reference in New Issue
Block a user