summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Brookins <andrew.brookins@redislabs.com>2020-07-13 19:32:37 +0000
committerAndrew Brookins <andrew.brookins@redislabs.com>2020-07-13 19:32:37 +0000
commit27c4af489db75bf264407e1135ac0e42c9e8ee96 (patch)
treea6180542279edb3106e578107b520632318d268e
parente4954ba0b7eb7b2250c7d32a1707851ad19ae12f (diff)
downloadredis-py-27c4af489db75bf264407e1135ac0e42c9e8ee96.tar.gz
Fix numbering
-rw-r--r--CONTRIBUTING.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 177dfaa..90a00eb 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -29,9 +29,9 @@ 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. Do the changes in your fork
-3. Make sure the tests pass by running: `make test`
-4. If you like the change and think the project could use it, send a pull request
+3. Do the changes in your fork
+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
^^^^^^^^^^^^^^^