Skip to content

Commit

Permalink
👷 CONTRIBUTING: Suggest to copy the git hooks
Browse files Browse the repository at this point in the history
Instead of configuring a non-standard location as the hooks dir.
Otherwise, gimoji (and any other git hooks user may want to use) will not
work.
  • Loading branch information
zeenix committed Nov 7, 2024
1 parent f5a3d05 commit 6885ec9
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 @@ -79,7 +79,7 @@ If you intend to contribute often or think that's very likely, we recommend you
scripts contained within this repository. You can enable them with:

```sh
git config --local core.hooksPath .githooks/
cp .githooks/* .git/hooks/
```


Expand Down

0 comments on commit 6885ec9

Please sign in to comment.