From 61af925aa41a34f64a5a7bf6d330a99062661aa6 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Wed, 15 Jul 2020 23:12:58 +0000 Subject: Editing --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index dbc1ffa..bfb4a27 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -15,7 +15,7 @@ If you don't know what to contribute, keep an open mind! Improving documentation Your First Contribution ----------------------- -Unsure where to begin contributing? You can start by looking through help-wanted issues: https://github.com/andymccurdy/redis-py/issues?q=is%3Aopen+is%3Aissue+label%3ahelp-wanted +Unsure where to begin contributing? You can start by looking through `help-wanted issues `_. Never contributed to open source before? Here are a couple of friendly tutorials: @@ -47,7 +47,7 @@ The slave is a replica of the master node, using the `leader-follower replicatio The sentinels monitor the master node in a `sentinel high-availability configuration `_. -Meanwhile, the `test` container hosts the code from your checkout of `redis-py` and allows running tests against many Python versions. +Meanwhile, the `test` container hosts the code from your checkout of ``redis-py`` and allows running tests against many Python versions. Docker Tips ^^^^^^^^^^^ -- cgit v1.2.1