Update GitHub bug issue template (#6554)

This commit is contained in:
Daniel Nelson 2019-10-21 14:46:19 -07:00 committed by GitHub
parent a5ec0b1d16
commit 592ca4ebde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 3 deletions

View File

@ -3,26 +3,39 @@ name: Bug report
about: Create a report to help us improve about: Create a report to help us improve
--- ---
<!--
Please redirect any questions about Telegraf usage to the InfluxData Community
site: https://community.influxdata.com
Check the documentation for the related plugin including the troubleshooting
section if available.
-->
### Relevant telegraf.conf: ### Relevant telegraf.conf:
<!-- [Place config between triple backticks '```'] --> <!-- Place config in the toml code section. -->
```toml ```toml
``` ```
### System info: ### System info:
<!-- [Include Telegraf version, operating system name, and other relevant details] --> <!-- Include Telegraf version, operating system, and other relevant details -->
### Steps to reproduce: ### Steps to reproduce:
<!-- Describe the steps to reproduce the bug. -->
1. ... 1. ...
2. ... 2. ...
### Expected behavior: ### Expected behavior:
<!-- Describe what you expected to happen when you performed the above steps. -->
### Actual behavior: ### Actual behavior:
<!-- Describe what actually happened when you performed the above steps. -->
### Additional info: ### Additional info:
<!-- [Include gist of relevant config, logs, etc.] --> <!-- Include gist of relevant config, logs, etc. -->