summaryrefslogtreecommitdiff
path: root/CONTRIBUTING
diff options
context:
space:
mode:
authorJan Oberst <mail@janoberst.com>2011-10-18 14:14:16 -0400
committerJan Oberst <mail@janoberst.com>2011-10-18 14:14:16 -0400
commite491a1a1a8aadb1a5715576f97a63396b687f8a8 (patch)
treedc7e7835d08329508d235fc07922d3c9ab00ac6f /CONTRIBUTING
parentd0dc3d82042402816f640576a1e203cb7da86206 (diff)
downloadredis-e491a1a1a8aadb1a5715576f97a63396b687f8a8.tar.gz
Cleaned up redis root directory and changed links for redis.io and github issues and pull requests
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 3afa77fc3..623c5a6ec 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!