Update issue templates to include code block and comments (#5721)
This commit is contained in:
parent
e9fe26f17b
commit
5bf793bb94
|
@ -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.] -->
|
||||||
|
|
|
@ -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)] -->
|
||||||
|
|
Loading…
Reference in New Issue