File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ Note: by contributing code to the Redis project in any form, including sending
2
+ a pull request via Github, a code fragment or patch via private email or
3
+ public discussion groups, you agree to release your code under the terms
4
+ of the BSD license that you can find in the COPYING file included in the Redis
5
+ source distribution.
6
+
1
7
# IMPORTANT: HOW TO USE REDIS GITHUB ISSUES
2
8
3
9
* Github issues SHOULD ONLY BE USED to report bugs, and for DETAILED feature
Original file line number Diff line number Diff line change @@ -128,4 +128,16 @@ system reboots.
128
128
You'll be able to stop and start Redis using the script named
129
129
/etc/init.d/redis_<portnumber>, for instance /etc/init.d/redis_6379.
130
130
131
+ Code contributions
132
+ ---
133
+
134
+ Note: by contributing code to the Redis project in any form, including sending
135
+ a pull request via Github, a code fragment or patch via private email or
136
+ public discussion groups, you agree to release your code under the terms
137
+ of the BSD license that you can find in the COPYING file included in the Redis
138
+ source distribution.
139
+
140
+ Please see the CONTRIBUTING file in this source distribution for more
141
+ information.
142
+
131
143
Enjoy!
You can’t perform that action at this time.
0 commit comments