summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Brookins <andrew.brookins@redislabs.com>2020-07-13 19:35:51 +0000
committerAndrew Brookins <andrew.brookins@redislabs.com>2020-07-13 19:35:51 +0000
commit266e2066e1e6ae46c8830dc049c89d50bf463231 (patch)
treede80ecb8c3ce60a78c691292a8ea68ff62f34816
parent27c4af489db75bf264407e1135ac0e42c9e8ee96 (diff)
downloadredis-py-266e2066e1e6ae46c8830dc049c89d50bf463231.tar.gz
Format CLI commands correctly for RST
-rw-r--r--CONTRIBUTING.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 90a00eb..c6990f2 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -28,15 +28,15 @@ Getting Started
Here's how to get started with your code contribution:
1. Create your own fork of redis-py
-2. When you've checked out the fork locally, build the docker containers: `make build`
+2. When you've checked out the fork locally, build the docker containers: ``make build``
3. Do the changes in your fork
-4. Make sure the tests pass by running: `make test`
+4. Make sure the tests pass by running: ``make test``
5. If you like the change and think the project could use it, send a pull request
Troubleshooting
^^^^^^^^^^^^^^^
-If you get any errors when running `make build` or `make test`, make sure that you
+If you get any errors when running ``make build`` or ``make test``, make sure that you
are using supported versions of Docker and docker-compose.
The included Dockerfiles and docker-compose.yml file work with the following