Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ We strongly recommend that you set up these git hooks on your machine by:
```sh
# sh
# in the project root, run:
ln -sf ../../.scripts/pre-commit .git/hooks/pre-commit
ln -sf ../../.scripts/post-commit .git/hooks/post-commit
ln -sf .scripts/pre-commit .git/hooks/pre-commit
ln -sf .scripts/post-commit .git/hooks/post-commit
```

> **Note that our CI will fail your PR if you dont run `mix format` in the project
Expand Down