Update issue templates to include code block and comments (#5721)

This commit is contained in:
Greg 2019-04-12 13:22:16 -06:00 committed by Daniel Nelson
parent e9fe26f17b
commit 5bf793bb94
2 changed files with 45 additions and 41 deletions

View File

@ -1,24 +1,28 @@
--- ---
name: Bug report name: Bug report
about: Create a report to help us improve about: Create a report to help us improve
--- ---
### Relevant telegraf.conf: ### Relevant telegraf.conf:
<!-- [Place config betweetn triple backticks '```'] -->
### System info: ```toml
[Include Telegraf version, operating system name, and other relevant details] ```
### Steps to reproduce: ### System info:
1. ... <!-- [Include Telegraf version, operating system name, and other relevant details] -->
2. ...
### Steps to reproduce:
### Expected behavior:
1. ...
### Actual behavior: 2. ...
### Additional info: ### Expected behavior:
[Include gist of relevant config, logs, etc.] ### Actual behavior:
### Additional info:
<!-- [Include gist of relevant config, logs, etc.] -->

View File

@ -1,17 +1,17 @@
--- ---
name: Feature request name: Feature request
about: Suggest an idea for this project about: Suggest an idea for this project
--- ---
## Feature Request ## Feature Request
Opening a feature request kicks off a discussion. Opening a feature request kicks off a discussion.
### Proposal: ### Proposal:
### Current behavior: ### Current behavior:
### Desired behavior: ### Desired behavior:
### Use case: [Why is this important (helps with prioritizing requests)] ### Use case: <!-- [Why is this important (helps with prioritizing requests)] -->