diff options
author | Saurabh Jha <saurabh.jhaa@gmail.com> | 2015-11-15 20:03:18 +0530 |
---|---|---|
committer | Saurabh Jha <saurabh.jhaa@gmail.com> | 2016-06-07 12:38:55 +0530 |
commit | 90a3647c9c3d1657c2d2d1d3ff9413789fc43c29 (patch) | |
tree | f2328195704028828aecd669efd9847f12faed78 /CONTRIBUTING | |
parent | 550fa7e14fd1a5402fc6daace9c7026aca028091 (diff) | |
download | redis-90a3647c9c3d1657c2d2d1d3ff9413789fc43c29.tar.gz |
Fix typos in documentation
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r-- | CONTRIBUTING | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING index b33aacb3e..f57de3fd9 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -12,7 +12,7 @@ each source file that you contribute. PLEASE DO NOT POST GENERAL QUESTIONS that are not about bugs or suspected bugs in the Github issues system. We'll be very happy to help you and provide - all the support Reddit sub: + all the support at the Reddit sub: http://reddit.com/r/redis @@ -24,7 +24,7 @@ each source file that you contribute. 1. If it is a major feature or a semantical change, please post it as a new submission in r/redis on Reddit at http://reddit.com/r/redis. Try to be passionate about why the feature is needed, make users upvote your proposal to gain traction and so forth. Read feedbacks about the community. But in this first step **please don't write code yet**. -2. If in step 1 you get an acknowledge from the project leaders, use the +2. If in step 1 you get an acknowledgment from the project leaders, use the following procedure to submit a patch: a. Fork Redis on github ( http://help.github.com/fork-a-repo/ ) |