2012-10-06 06:04:27 -04:00
|
|
|
# IMPORTANT: HOW TO USE REDIS GITHUB ISSUES
|
2010-09-23 12:24:47 -04:00
|
|
|
|
2012-10-06 06:04:27 -04:00
|
|
|
* Github issues SHOULD ONLY BE USED to report bugs, and for DETAILED feature
|
|
|
|
requests. Everything else belongs to the Redis Google Group.
|
2010-09-23 12:24:47 -04:00
|
|
|
|
2012-10-06 06:04:27 -04:00
|
|
|
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:
|
2010-09-23 12:24:47 -04:00
|
|
|
|
2011-10-18 14:14:16 -04:00
|
|
|
a. Fork Redis on github ( http://help.github.com/fork-a-repo/ )
|
2010-09-23 12:24:47 -04:00
|
|
|
b. Create a topic branch (git checkout -b my_branch)
|
|
|
|
c. Push to your branch (git push origin my_branch)
|
2011-10-18 14:14:16 -04:00
|
|
|
d. Initiate a pull request on github ( http://help.github.com/send-pull-requests/ )
|
2010-09-23 12:24:47 -04:00
|
|
|
e. Done :)
|
|
|
|
|
|
|
|
Thanks!
|