summaryrefslogtreecommitdiff
path: root/.github/CONTRIBUTING.rst
diff options
context:
space:
mode:
Diffstat (limited to '.github/CONTRIBUTING.rst')
-rw-r--r--.github/CONTRIBUTING.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst
index 427ee4c9..b26c72ed 100644
--- a/.github/CONTRIBUTING.rst
+++ b/.github/CONTRIBUTING.rst
@@ -3,7 +3,11 @@ Read and contribute to CherryPy
Make sure you read the `README
<https://github.com/cherrypy/cherrypy/blob/master/README.rst>`_. Also **ensure
-you set up pre-commit utility correctly** and TravisCI tests pass.
+you set up `pre-commit utility <https://pre-commit.com/#install>`_ correctly**
+and TravisCI tests pass::
+
+ pre-commit run --all-files # runs the same checks as in CI locally
+ pre-commit install # sets up itself as a pre-commit hook of your local repo
Submitting Pull Requests
------------------------