Skip to content

Commit 724184e

Browse files
committed
Added contributing section
1 parent 5e2ecb7 commit 724184e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,22 @@ sc.toRedisZSET(zsetRDD, zsetName, ("your.redis.server", 6379))
176176

177177
The above example demonstrates storing data in Redis in a Sorted Set. The `zsetRDD` in the example should contain pairs of members and their scores, whereas `zsetName` is the name for that key.
178178

179+
## Contributing
180+
181+
You're encouraged to contribute to the open source Spark-Redis project. There are two ways you can do so.
182+
183+
### Issues
184+
185+
If you encounter an issue while using the Spark-Redis library, please report it at the project's [issues tracker](https://github.com/RedisLabs/spark-redis/issues).
186+
187+
### Pull request
188+
189+
Code contributions to the Spark-Redis project can be made using [pull requests](https://github.com/RedisLabs/spark-redis/pulls). To submit a pull request:
190+
191+
1. Fork this project.
192+
2. Make and commit your changes.
193+
3. Submit your changes as a pull request.
194+
179195
## License
180196

181197
Spark-Redis is provided under the [3-Clause BSD License](http://opensource.org/licenses/BSD-3-Clause).

0 commit comments

Comments
 (0)