You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+13-41Lines changed: 13 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
3
3
## Introduction
4
4
5
-
First off, thank you for considering contributing to redis-py. We value
6
-
community contributions!
5
+
We appreciate your interest in considering contributing to redis-py.
6
+
Community contributions mean a lot to us.
7
7
8
-
## Contributions We Need
8
+
## Contributions we need
9
9
10
-
You may already know what you want to contribute\-- a fix for a bug you
10
+
You may already know how you'd like to contribute, whether it's a fix for a bug you
11
11
encountered, or a new feature your team wants to use.
12
12
13
-
If you don't know what to contribute, keep an open mind! Improving
13
+
If you don't know where to start, consider improving
14
14
documentation, bug triaging, and writing tutorials are all examples of
15
15
helpful contributions that mean less work for you.
16
16
@@ -38,8 +38,9 @@ Here's how to get started with your code contribution:
38
38
a. python -m venv .venv
39
39
b. source .venv/bin/activate
40
40
c. pip install -r dev_requirements.txt
41
+
c. pip install -r requirements.txt
41
42
42
-
4. If you need a development environment, run `invoke devenv`
43
+
4. If you need a development environment, run `invoke devenv`. Note: this relies on docker-compose to build environments, and assumes that you have a version supporting [docker profiles](https://docs.docker.com/compose/profiles/).
43
44
5. While developing, make sure the tests pass by running `invoke tests`
44
45
6. If you like the change and think the project could use it, send a
45
46
pull request
@@ -59,7 +60,6 @@ can execute docker and its various commands.
59
60
- Three sentinel Redis nodes
60
61
- A redis cluster
61
62
- An stunnel docker, fronting the master Redis node
62
-
- A Redis node, running unstable - the latest redis
63
63
64
64
The replica node, is a replica of the master node, using the
0 commit comments