From a532e65ccfd9f1fb7299d057d1a512db238cfc9c Mon Sep 17 00:00:00 2001 From: DTrejo Date: Thu, 5 Jul 2012 17:50:56 -0700 Subject: [PATCH] readme: how to contribute --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 23f5aba058..cc2fee1e14 100644 --- a/README.md +++ b/README.md @@ -587,6 +587,13 @@ Performance can be better for very large values. I think there are more performance improvements left in there for smaller values, especially for large lists of small values. +## How to Contribute +- make your changes on a branch +- your code should be the same style as the rest of the code +- add your tests to `test.js` +- add your documentation to `README.md` (if needed). +- open a pull request! + ## Contributors Some people have have added features and fixed bugs in `node_redis` other than me.