From 7d8f3499f0bf049f128891451e1a32ddf93c60c1 Mon Sep 17 00:00:00 2001 From: Peter Boughton Date: Mon, 27 Nov 2017 19:52:19 +0000 Subject: [PATCH] Update CONTRIBUTING; refer doc updates to redis-doc repo. --- CONTRIBUTING | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING b/CONTRIBUTING index f57de3fd9..2c1055428 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -20,6 +20,10 @@ each source file that you contribute. http://stackoverflow.com/questions/tagged/redis + Issues and pull requests for documentation belong on the redis-doc repo: + + https://github.com/antirez/redis-doc + # How to provide a patch for a new feature 1. If it is a major feature or a semantical change, please post it as a new submission in r/redis on Reddit at http://reddit.com/r/redis. Try to be passionate about why the feature is needed, make users upvote your proposal to gain traction and so forth. Read feedbacks about the community. But in this first step **please don't write code yet**.