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.

15 lines
1.2 KiB

  1. ## Contributing
  2. [Contributions](//github.com/almende/vis/blob/master/misc/how_to_help.md) to the vis.js library are very welcome! [We can't do this alone](//github.com/almende/vis/blob/master/misc/we_need_help.md).
  3. ### Questions
  4. If you have any *general question* on how to use the vis.js library in your own project please check out [stackoverflow](http://stackoverflow.com/questions/tagged/vis.js) for thinks like that. **This is NOT a JavaScript help forum!**
  5. ### Bugs, Problems and Feature-Requests
  6. If you really want to open a new issue:
  7. * Please use the [search functionality](//github.com/almende/vis/issues) to make sure that there is not already an issue concerning the same topic.
  8. * Please make sure to **mention which module** of vis.js (network, timeline, graph3d, ...) your are referring to.
  9. * Note that development happens on the `develop` git branch. Be sure to submit PRs against this branch.
  10. * If you think you found a bug please **provide a simple example** (e.g. on [jsbin](jsbin.com)) that demonstrates the problem.
  11. * If you want to propose a feature-request please **describe what you are looking for in detail**, ideally providing a screenshot, drawing or something similar.
  12. * **Close the issue later**, when the issue is no longer needed.