Skip to content

Commit

Permalink
docs: update contributing with gitmessage
Browse files Browse the repository at this point in the history
  • Loading branch information
guilatrova committed Apr 23, 2022
1 parent 4efc6a9 commit 0bd7c61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ Install the dependency manager (if not already done):
pip3 install poetry
```

Install all dependencies and pre-commit hooks:
Install all dependencies, pre-commit hooks, and git config:

```sh
poetry install
pre-commit install
git config commit.template .gitmessage
```

and you should be ready to go!
Expand Down

0 comments on commit 0bd7c61

Please sign in to comment.