From 32adb1324ecc22103875d865dd4a63a86e487ec9 Mon Sep 17 00:00:00 2001 From: jos Date: Mon, 21 Dec 2015 13:09:41 +0100 Subject: [PATCH] Fixed #244: updated CONTRIBUTING file --- CONTRIBUTING.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 782ae59..110c5df 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,9 +9,7 @@ There are a few preferences regarding code contributions: - `jsoneditor` follows the node.js code style as described [here](http://nodeguide.com/style.html). - Send pull requests to the `develop` branch, not the `master` branch. -- Only commit changes done in the source files under `src`, not to the builds - which are located in the root of the project (like `jsoneditor.js`, - `jsoneditor.css`, etc. +- Only commit changes done in the source files under `./src`, not to the builds + which are located under the `./dist` folder. Thanks! -