Fixed #244: updated CONTRIBUTING file
This commit is contained in:
parent
ca3c7277f1
commit
32adb1324e
|
@ -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!
|
||||
|
||||
|
|
Loading…
Reference in New Issue