Skip to content

Commit

Permalink
Updating contribution docs. Added the link with a guide to install pr…
Browse files Browse the repository at this point in the history
…e-commit and made the pre-commit installation command a code block.
  • Loading branch information
hharutyunyan committed Aug 28, 2019
1 parent 908a364 commit 9b94e14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ First time setup

pip install -e ".[dev]"

- Install the pre-commit hooks:
- Install the `pre-commit framework`_.
- Install the pre-commit hooks::

pre-commit install --install-hooks

Expand All @@ -89,6 +90,7 @@ First time setup
.. _email: https://help.github.com/en/articles/setting-your-commit-email-address-in-git
.. _Fork: https://github.com/pallets/flask/fork
.. _Clone: https://help.github.com/en/articles/fork-a-repo#step-2-create-a-local-clone-of-your-fork
.. _pre-commit framework: https://pre-commit.com/#install

Start coding
~~~~~~~~~~~~
Expand Down

0 comments on commit 9b94e14

Please sign in to comment.