docs: remove bug_report template (#10002)
This commit is contained in:
parent
77248978c7
commit
b5ee27212e
|
|
@ -1,6 +1,5 @@
|
|||
name: Bug Report
|
||||
description: File a bug report
|
||||
title: "[Bug]: "
|
||||
description: Create a bug report to help us improve
|
||||
labels: ["bug"]
|
||||
body:
|
||||
- type: markdown
|
||||
|
|
|
|||
|
|
@ -1,46 +0,0 @@
|
|||
---
|
||||
name: Bug report
|
||||
labels: bug
|
||||
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:
|
||||
<!-- Place config in the toml code section. -->
|
||||
```toml
|
||||
|
||||
```
|
||||
|
||||
### System info:
|
||||
|
||||
<!-- Include Telegraf version, operating system, and other relevant details -->
|
||||
|
||||
### Docker
|
||||
|
||||
<!-- If your bug involves third party dependencies or services, it can be very helpful to provide a Dockerfile or docker-compose.yml that reproduces the environment you're testing against -->
|
||||
|
||||
### Steps to reproduce:
|
||||
|
||||
<!-- Describe the steps to reproduce the bug. -->
|
||||
|
||||
1. ...
|
||||
2. ...
|
||||
|
||||
### Expected behavior:
|
||||
|
||||
<!-- Describe what you expected to happen when you performed the above steps. -->
|
||||
|
||||
### Actual behavior:
|
||||
|
||||
<!-- Describe what actually happened when you performed the above steps. -->
|
||||
|
||||
### Additional info:
|
||||
|
||||
<!-- Include gist of relevant config, logs, etc. -->
|
||||
Loading…
Reference in New Issue