Skip to content

Commit

Permalink
Added a file CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Mar 4, 2015
1 parent f6217d9 commit 3e9b7ff
Show file tree
Hide file tree
Showing 7 changed files with 25,616 additions and 25,483 deletions.
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Contributing

Contributions to the vis.js library are very welcome! We can't do this alone.
You can contribute in different ways: spread the word, report bugs, come up with
ideas and suggestions, and contribute to the code.

There are a few preferences regarding code contributions:

- vis.js follows the node.js code style as described
[here](http://nodeguide.com/style.html).
- When implementing new features, please update the documentation accordingly.
- Send pull requests to the `develop` branch, not the `master` branch.
- Only commit changes done in the source files under `lib`, not to the builds
which are located in the folder `dist`.

Thanks!
Loading

0 comments on commit 3e9b7ff

Please sign in to comment.