summaryrefslogtreecommitdiff
path: root/www/lib/vis/CONTRIBUTING.md
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-09-27 12:42:48 -0400
committerPliable Pixels <pliablepixels@gmail.com>2017-09-27 12:42:48 -0400
commit210e8feae2fb4842bfb2de38666e6c41671fef3c (patch)
treecbdafa34b1a6260bb20236d7e9de9eb1b690a1c5 /www/lib/vis/CONTRIBUTING.md
parente7e7baeaad90229ccb3e0f45f4ebd77be7d79b14 (diff)
removed lib
Diffstat (limited to 'www/lib/vis/CONTRIBUTING.md')
-rw-r--r--www/lib/vis/CONTRIBUTING.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/lib/vis/CONTRIBUTING.md b/www/lib/vis/CONTRIBUTING.md
deleted file mode 100644
index 414327c7..00000000
--- a/www/lib/vis/CONTRIBUTING.md
+++ /dev/null
@@ -1,14 +0,0 @@
-## Contributing
-
-[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).
-
-### Questions
-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!**
-
-### Bugs, Problems and Feature-Requests
-If you really want to open a new issue:
-* Please use the [search functionality](//github.com/almende/vis/issues) to make sure that there is not already an issue concerning the same topic.
-* Please make sure to **mention which module** of vis.js (network, timeline, graph3d, ...) your are referring to.
-* If you think you found a bug please **provide a simple example** (e.g. on [jsbin](jsbin.com)) that demonstrates the problem.
-* 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.
-* **Close the issue later**, when the issue is no longer needed.