Skip to content

Commit 8d72904

Browse files
committed
Merge pull request #11 from kentcdodds/patch-1
docs(readme): Add link to validate-commit-msg
2 parents f637e2d + b9b9589 commit 8d72904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Commitizen for contributors
2-
When you commit with Commitizen, you'll be prompted to fill out any required commit fields at commit time. No more waiting until later for a git commit hook to run and reject your commit. No more digging through CONTRIBUTING.md to find what the preferred format is. Get instant feedback on your commit message formatting and be prompted for required fields.
2+
When you commit with Commitizen, you'll be prompted to fill out any required commit fields at commit time. No more waiting until later for a git commit hook to run and reject your commit (though [that](https://github.com/kentcdodds/validate-commit-msg) can still be helpful). No more digging through CONTRIBUTING.md to find what the preferred format is. Get instant feedback on your commit message formatting and be prompted for required fields.
33

44
#### Installing the command line tool
55
Installation is as simple as running the following command (add sudo if on OSX/Linux):
@@ -64,4 +64,4 @@ Both! Commitizen is not meant to be a replacement for git commit hooks. Rather,
6464
We accomplish this by letting you define which adapter you'd like to use in your project. Adapters just allow multiple projects to share the same commit message conventions. A good example of an adapter is the cz-conventional-commit adapter.
6565

6666
### Authors and Contributors
67-
Jim Cummins (@JimTheDev)
67+
Jim Cummins (@JimTheDev)

0 commit comments

Comments
 (0)