vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
849 B

  1. ## Contributing
  2. Contributions to the vis.js library are very welcome! We can't do this alone.
  3. You can contribute in different ways: spread the word, report bugs, come up with
  4. ideas and suggestions, and contribute to the code.
  5. If you have any **general question** on how to use the vis.js library in your
  6. project please check out
  7. [stackoverflow](http://stackoverflow.com/questions/tagged/vis.js) for that.
  8. There are a few preferences regarding **code contributions**:
  9. - vis.js follows the node.js code style as described
  10. [here](http://nodeguide.com/style.html).
  11. - When implementing new features, please update the documentation accordingly.
  12. - Send pull requests to the `develop` branch, not the `master` branch.
  13. - Only commit changes done in the source files under `lib`, not to the builds
  14. which are located in the folder `dist`.
  15. Thanks!