summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>2018-04-19 11:45:00 +0200
committerGitHub <noreply@github.com>2018-04-19 11:45:00 +0200
commitc5bf690a7cdaf376d526dd8ae6bba1a73665241a (patch)
treed6a8a6002007ef75114653ca233673011be1ae7f /.github
parent72d8f1e9e64f63d686f091c6e02eb29ac8c5b769 (diff)
downloadcherrypy-git-c5bf690a7cdaf376d526dd8ae6bba1a73665241a.tar.gz
Fix markup in contributing
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst
index b26c72ed..b61da1f7 100644
--- a/.github/CONTRIBUTING.rst
+++ b/.github/CONTRIBUTING.rst
@@ -2,9 +2,9 @@ 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 <https://pre-commit.com/#install>`_ correctly**
-and TravisCI tests pass::
+<https://github.com/cherrypy/cherrypy/blob/master/README.rst>`_. Also ensure
+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