From 49a4d5a450e352b2fb3f5dba4b0bba3153eb06d9 Mon Sep 17 00:00:00 2001 From: Jungtaek Lim Date: Sun, 19 Oct 2014 18:10:33 +0900 Subject: [PATCH] Unify 'how to contribute' to CONTRIBUTING.md --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 37f6fa1..16a94b3 100644 --- a/README.md +++ b/README.md @@ -83,18 +83,9 @@ String value = jc.get("foo"); ## I want to contribute! -That is great! Just fork the project in github. Create a topic branch, write some code, and add some tests for your new code. +That is great! -To run the tests: - -- Use the latest redis master branch. - -- Run ```make test```. This will run 2 instances of redis. We use 2 redis - servers, one on default port (6379) and the other one on (6380). Both have - authentication enabled with default password (foobared). This way we can - test both sharding and auth command. For the Sentinel tests to we use a - default Sentinel configuration that is configured to properly authenticate - using the same password with a master called mymaster running on 6379. +Please see CONTRIBUTING.md on project's root directory for follow up how to contribute to Jedis project. Thanks for helping!