From 0a74a3329c256c94a8ea87d2c596d41dab6b107b Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Sat, 22 Jun 2019 13:51:32 +0200 Subject: [PATCH] Project: Adds support resource docs (#17699) Adds a support resource document. For reference, https://help.github.com/en/articles/adding-support-resources-to-your-project. Closes #17650 --- SUPPORT.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 SUPPORT.md diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 00000000000..edafd7cde66 --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,9 @@ +Need help or support? +------------------ + + **Please note:** +- Only submit issues for bug reports, feature requests or enhancements. +- Grafana project uses GitHub mainly for tracking bugs and feature requests. +- Asking a question by opening an issue will directly result in issue being closed. + +If you require help or support then ask a question and/or find existing questions/answers in the [Grafana community site](https://community.grafana.com/). \ No newline at end of file