X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/5215ab1418479ba7820ddfcf0f342305be4b7e24..631539a5f2a304796a54d79cc38e71625f9f9ffa:/CONTRIBUTING diff --git a/CONTRIBUTING b/CONTRIBUTING index 3afa77fc..623c5a6e 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -4,10 +4,10 @@ 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!