esp32_ethernet_milight_hub/.github/ISSUE_TEMPLATE/bug_report.md
2021-01-15 22:49:01 +01:00

42 lines
796 B
Markdown

---
name: Bug report
about: Report an issue or unexpected behavior
title: ''
labels: bug
assignees: ''
---
### Describe the bug
<!-- A clear and concise description of what the bug is. -->
### Steps to reproduce
<!-- If you're reporting a bug, please provide a way to reliably reproduce the issue. -->
### Expected behavior
<!-- A clear and concise description of what you expected to happen. -->
### Setup information
#### Firmware version
<!-- e.g. 1.10.0-rc.1, etc. include all versions you've tried -->
#### Output of http://milight-hub.local/about
```json
"... /about output. put between the ```s"
```
#### Output of http://milight-hub.local/settings
<!-- MAKE SURE TO SENSOR ANY PASSWORDS! -->
```json
"... /settings output. put between the ```s"
```
### Additional context