summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/crossfilter2/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'www/crm/wp-content/plugins/civicrm/civicrm/bower_components/crossfilter2/CONTRIBUTING.md')
-rw-r--r--www/crm/wp-content/plugins/civicrm/civicrm/bower_components/crossfilter2/CONTRIBUTING.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/crossfilter2/CONTRIBUTING.md b/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/crossfilter2/CONTRIBUTING.md
new file mode 100644
index 00000000..616c1631
--- /dev/null
+++ b/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/crossfilter2/CONTRIBUTING.md
@@ -0,0 +1,21 @@
+## Contributing To Crossfilter
+
+If you want to contribute to Crossfilter, please submit a PR with your changes. The PR should contain tests (but not build artifacts).
+
+This is a community-maintained fork of [square/crossfilter](https://github.com/square/crossfilter) and you don't need to sign a contributor agreement.
+
+### Getting Help
+
+Full API documentation is kept [in the wiki][2]. If you have a question or need help using Crossfilter, please ask on Stackoverflow using the [crossfilter tag][3], or on the [crossfilter users group](https://groups.google.com/forum/#!forum/crossfilter). Feel free to file bug reports and other suggestions in the [github issue tracker][4].
+
+ [2]: https://github.com/crossfilter/crossfilter/wiki
+ [3]: http://stackoverflow.com/questions/tagged/crossfilter
+ [4]: https://github.com/crossfilter/crossfilter/issues
+
+### License
+
+Crossfilter is available under the [Apache License][5].
+
+ [5]: https://github.com/crossfilter/crossfilter/blob/master/LICENSE
+
+