From 32a951ec89b2c90566a77213ed04a761f754dbb9 Mon Sep 17 00:00:00 2001 From: Tobias Schmidt Date: Tue, 22 Aug 2017 01:46:49 +0200 Subject: [PATCH] Add a big notice header to the github issue template header (#3103) Trying to prevent usage questions in Github issue, this change adds a multi-line notice header directing people to the mailing list. --- .github/ISSUE_TEMPLATE.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b79bc9a3f9..97680f7aa8 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,4 +1,13 @@ -[NOTICE]: <> (If your question is around usage and not a bug in Prometheus please use: https://groups.google.com/forum/#!forum/prometheus-users) +[NOTICE]: <> ( ) +[NOTICE]: <> ( Please do *NOT* ask usage questions in Github issues. ) +[NOTICE]: <> ( ) +[NOTICE]: <> ( If your issue is not a feature request or bug report use: ) +[NOTICE]: <> ( https://groups.google.com/forum/#!forum/prometheus-users. If ) +[NOTICE]: <> ( you are unsure whether you hit a bug, search and ask in the ) +[NOTICE]: <> ( mailing list first. ) +[NOTICE]: <> ( ) +[NOTICE]: <> ( You can read more at: https://prometheus.io/community/ ) +[NOTICE]: <> ( ) **What did you do?** @@ -12,7 +21,7 @@ insert output of `uname -srm` here -* Prometheus version: +* Prometheus version: insert output of `prometheus -version` here