X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/30d31cc8bb416f67183a218f1511ef517eb9ae3b..1caa627e4e53c479f1ee1f1f80b1b980d55eef7f:/CONTRIBUTING diff --git a/CONTRIBUTING b/CONTRIBUTING index 644b5991..623c5a6e 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -1,13 +1,13 @@ -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 an high resistence. +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. 2. Drop a message to the Redis Google Group with a proposal of semantics/API. 3. If steps 1 and 2 are ok, use the following procedure to submit a patch: - a. Fork Redis on github + a. Fork Redis on github ( http://help.github.com/fork-a-repo/ ) b. Create a topic branch (git checkout -b my_branch) c. Push to your branch (git push origin my_branch) - d. Create an issue in the Redis google code site with a link to your patch + d. Initiate a pull request on github ( http://help.github.com/send-pull-requests/ ) e. Done :) Thanks!