summaryrefslogtreecommitdiff
path: root/CONTRIBUTING
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-10-27 12:06:26 +0100
committerantirez <antirez@gmail.com>2015-10-27 12:06:26 +0100
commitd37ef7845b205018149aedf387b3681164577103 (patch)
tree1b438a3e54f86cbcd90264151c1d1565c3a3ab7f /CONTRIBUTING
parent86f0a2ee877c0822402a113777cc623c91c9eac0 (diff)
downloadredis-d37ef7845b205018149aedf387b3681164577103.tar.gz
CONTRIBUTING updated.
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING12
1 files changed, 7 insertions, 5 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
index b416b9561..b33aacb3e 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -12,15 +12,17 @@ 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 in the Redis Google Group.
+ all the support Reddit sub:
- Redis Google Group address:
-
- https://groups.google.com/forum/?fromgroups#!forum/redis-db
+ http://reddit.com/r/redis
+
+ There is also an active community of Redis users at Stack Overflow:
+
+ http://stackoverflow.com/questions/tagged/redis
# How to provide a patch for a new feature
-1. If it is a major feature or a semantical change, write an RCP (Redis Change Proposal). Check the documentation here: https://github.com/redis/redis-rcp
+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
following procedure to submit a patch: