Skip to content

Commit 22b1aee

Browse files
committed
docs: Fix typo, improve wording
1 parent d9ba78f commit 22b1aee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For commits, I'm using the classic title+body convention.
1212

1313
Please refer to [A Note About Git Commit Messages](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) for a full explanation.
1414

15-
TL;DR: Use the imperative tense (_Add feature x_ not _Added feature x_), and separate title and body (if the commit has one) with a newline. Most editors will encourage this style as well.
15+
TL;DR: Use the imperative tense (_Add feature x_, not _Added feature x_), and separate title and body (if the commit has one) with a newline. Most editors will encourage this style as well.
1616

1717
Here's a classic example:
1818

@@ -42,4 +42,6 @@ Further paragraphs come after blank lines.
4242

4343
### Conventional commits
4444

45-
I additionally also like to use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0). While what's a `chore:` commit is not identical for everyone, `feat:`, `bugfix:` and `refactor:` are generally pretty objective, and having the distinction in the output of `git log` helps tremendously with grepping.
45+
I additionally also like to use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0).
46+
47+
While what's a `chore:` commit is not identical for everyone, `feat:`, `bugfix:` and `refactor:` are generally pretty objective, and having the distinction in the output of `git log` helps tremendously with grepping.

0 commit comments

Comments
 (0)