Skip to content

Commit

Permalink
doc: Fix commit hook filename
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechampine committed Aug 28, 2019
1 parent ae4cc48 commit 4f15cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Message][commit]. Also, prefix each commit message with the package it
affects, e.g. `proto: Use smaller buffer for partial downloads`. If a commit
affects multiple packages, use your best judgment to pick the most important
one, or use `all`. A commit-msg hook is provided to enforce this style; to
install it, run `ln -s ../../commit-msg.sh .git/hooks/pre-commit`.
install it, run `ln -s ../../commit-msg.sh .git/hooks/commit-msg`.

Lastly, put any references to issues (e.g. `Fixes #1234`) in the issue body,
**not** in the commit message. This prevents an issue from being referenced
Expand Down

0 comments on commit 4f15cdf

Please sign in to comment.