From de3ca7b11fe691e5ebbcbd8f9e4e1aeaad283f5a Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Sun, 17 Jan 2016 11:02:18 -0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0604d4a..1ec6f78 100755 --- a/README.md +++ b/README.md @@ -630,6 +630,13 @@ Connect and Express, backed by nedb * If you've outgrown NeDB, switching to MongoDB won't be too hard as it is the same API. Use this utility to transfer the data from a NeDB database to a MongoDB collection * An ODM for NeDB: Camo +## Pull requests +If you submit a pull request, thanks! There are a couple rules to follow though to make it manageable: +* The pull request should be atomic, i.e. contain only one feature. If it contains more, please submit multiple pull requests. Reviewing massive, 1000 loc+ pull requests is extremely hard. +* Likewise, if for one unique feature the pull request grows too large (more than 200 loc tests not included), please get in touch first. +* Please stick to the current coding style. It's important that the code uses a coherent style for readability. +* Don't forget tests for your new feature. +* Do not build the browser version in your branch, I'll take care of it once the code is merged. ## Bug reporting guidelines If you report a bug, thank you! That said for the process to be manageable please strictly adhere to the following guidelines. I'll not be able to handle bug reports that don't: