chore: add logs section for bug reports (#10323)

This commit is contained in:
Joshua Powers 2021-12-21 14:01:49 -07:00 committed by GitHub
parent 6a1442f1bc
commit 5c826e0c30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 2 deletions

View File

@ -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