]> git.saurik.com Git - redis.git/blobdiff - CONTRIBUTING
Make sure that SELECT argument is an integer or return an error.
[redis.git] / CONTRIBUTING
index 3afa77fc3be7cca3defb6e586a0ab6f3906a3f60..623c5a6ec07b8bd5ad7da44b12ea173af54ead45 100644 (file)
@@ -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!