From 87a6a8f15a13c5bf0ac60608edc1be570e7b023e Mon Sep 17 00:00:00 2001 From: Paul Dix Date: Sat, 28 Feb 2015 11:01:56 -0800 Subject: [PATCH] Update CONTRIBUTING.md Add link to the Google Group in the bug reports section. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c1a766ea77..959fa0f953 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ curl -G http://localhost:8086/query --data-urlencode 'db=mydb' --data-urlencode ``` If you don't include a clear test case like this, your issue may not be investigated, and may even be closed. -Please note that issues are *not the place to file general questions* such as "how do I use collectd with InfluxDB?" Questions of this nature should be sent to the mailing list, not filed as issues. Issues like this will be closed. +Please note that issues are *not the place to file general questions* such as "how do I use collectd with InfluxDB?" Questions of this nature should be sent to the [Google Group](https://groups.google.com/forum/#!forum/influxdb), not filed as issues. Issues like this will be closed. Feature requests ---------------