summaryrefslogtreecommitdiff
path: root/CONTRIBUTING
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-10-06 12:04:27 +0200
committerantirez <antirez@gmail.com>2012-10-06 12:04:27 +0200
commit278304cc4d2a52cd22aa82b89991854a6b9b148e (patch)
tree7de23856865e716e66260f9b284e078fe52001c5 /CONTRIBUTING
parent34f37fb7d3d685fa737e7195d51ed874a6d496ae (diff)
downloadredis-278304cc4d2a52cd22aa82b89991854a6b9b148e.tar.gz
CONTRIBUTING file updated.
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING20
1 files changed, 17 insertions, 3 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 623c5a6ec..1ecd13945 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -1,8 +1,22 @@
-1. Enter irc.freenode.org #redis and start talking with 'antirez' and/or 'pietern' to check if there is interest for such a feature and to understand the probability of it being merged. We'll try hard to keep Redis simple... so you'll likely encounter high resistance.
+# IMPORTANT: HOW TO USE REDIS GITHUB ISSUES
-2. Drop a message to the Redis Google Group with a proposal of semantics/API.
+* Github issues SHOULD ONLY BE USED to report bugs, and for DETAILED feature
+ requests. Everything else belongs to the Redis Google Group.
-3. If steps 1 and 2 are ok, use the following procedure to submit a patch:
+ 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.
+
+ Redis Google Group address:
+
+ https://groups.google.com/forum/?fromgroups#!forum/redis-db
+
+# How to provide a patch for a new feature
+
+1. Drop a message to the Redis Google Group with a proposal of semantics/API.
+
+2. If in steps 1 you get an acknowledge from the project leaders, use the
+ following procedure to submit a patch:
a. Fork Redis on github ( http://help.github.com/fork-a-repo/ )
b. Create a topic branch (git checkout -b my_branch)