diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1edb61042d63..b113ba87bfa3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,8 @@ assignees: '' --- + + **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d6155..93ef6fbbee0e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,6 +7,8 @@ assignees: '' --- + + **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 00cb43440703..191f1587d7cd 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,12 +1,15 @@ --- name: Question -about: 'Questions should be handled in the mailing list: lokiproject@googlegroups.com' +about: 'Questions can be submitted to our forum, mailing list or Slack' title: '' labels: '' assignees: '' --- -Please ask questions you have in the mailing list: https://groups.google.com/forum/#!forum/lokiproject +You may submit questions in any of the following ways: + - On our [community forum](https://community.grafana.com/c/grafana-loki/41) + - To our [mailing list](https://groups.google.com/forum/#!forum/lokiproject) + - In `#loki` in [Grafana's Public Slack](https://slack.grafana.com/) -Or join our #loki slack channel at http://slack.raintank.io/ +**NOTE: All questions submitted as issues will be closed.**