diff options
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ba2457..7641c13 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,12 @@ Please include the following when reporting bugs: ## Contributing +### Hooks +Symlink the hooks: +``` +ln -s ../../util/pre-commit.sh .git/hooks/pre-commit +``` + ### Versioning #### Major version |