From 5c826e0c303d11d423a19802921db5b5d1d31a31 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Tue, 21 Dec 2021 14:01:49 -0700 Subject: [PATCH] chore: add logs section for bug reports (#10323) --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index a9b657f10..b38618eb2 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - Thanks for taking time to fill out this bug report! We reserve Telegraf issues for bugs for reproducible problems. + Thanks for taking time to fill out this bug report! We reserve Telegraf issues for bugs for reproducible problems. Please redirect any questions about Telegraf usage to our [Community Slack](https://influxdata.com/slack) or [Community Page](https://community.influxdata.com/) we have a lot of talented community members there who could help answer your question more quickly. - type: textarea id: config @@ -15,6 +15,13 @@ body: render: toml validations: required: true + - type: textarea + id: config + attributes: + label: Logs from Telegraf + description: Please include the Telegraf logs, ideally with `--debug` used. + validations: + required: true - type: input id: system-info attributes: @@ -63,4 +70,4 @@ body: description: Include gist of relevant config, logs, etc. validations: required: false - +