docs: remove bug_report template (#10002)

This commit is contained in:
Samantha Wang 2021-10-26 10:03:05 -07:00 committed by GitHub
parent 77248978c7
commit b5ee27212e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 48 deletions

View File

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

View File

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