Tasmota/.github/ISSUE_TEMPLATE/Bug_report.md

66 lines
2.4 KiB
Markdown
Raw Normal View History

---
name: Bug report
about: Create a report to help us improve
---
<GUIDE>
2018-09-17 07:23:39 +01:00
<This BUG issue template is meant to REPORT Tasmota software BUGS ONLY>
<Please DO NOT OPEN AN ISSUE:>
<If your Tasmota version is not the latest, please update before posting. Your issue might be already solved. Latest precompiled bins of Tasmota can be downloaded from http://thehackbox.org/tasmota/>
<If your issue is a flashing issue, please address that to the Tasmota Support Chat>
<If your issue is compilation problem, please address that to the Tasmota Support Chat>
<If your issue has been addresed before (duplicated issue), please ask in the original issue>
<If your issue is wifi problem or mqtt problem, please try first the steps provided in troubleshooting of the wiki>
2018-11-03 23:50:24 +00:00
### BUG DESCRIPTION
2018-06-08 22:47:32 +01:00
_A clear and concise description of what the bug is._
### REQUESTED INFORMATION
_Make sure these boxes are checked before submitting your issue. Thank you_
**FAILURE TO COMPLETE THE REQUESTED INFORMATION WILL RESULT IN YOUR ISSUE BEING CLOSED**
- [ ] Read the [Contributing Guide and Policy](https://github.com/arendst/Sonoff-Tasmota/blob/development/CONTRIBUTING.md) and [the Code of Conduct](https://github.com/arendst/Sonoff-Tasmota/blob/development/CODE_OF_CONDUCT.md)
- [ ] Searched the problem in issues (https://github.com/arendst/Sonoff-Tasmota/issues)
- [ ] Searched the problem in the wiki (https://github.com/arendst/Sonoff-Tasmota/wiki/Troubleshooting)
- [ ] Searched the problem in the forum (https://groups.google.com/d/forum/sonoffusers)
- [ ] Searched the problem in the chat (https://discord.gg/Ks2Kzd4)
- [ ] Device used (i.e. Sonoff Basic) : _____
- [ ] Tasmota binary firmware version number used : ____ / (pre-compiled or self-compiled ?)
- [ ] Development IDE - Compiler / Upload tools used : ____ / ____
- [ ] Provide the output of command ``status 0`` :
```
STATUS 0 OUTPUT HERE:
```
- [ ] Provide the output of console when you experience your issue if apply :
_(Please use_ ``weblog 4`` _for more debug information)_
2018-06-08 22:47:32 +01:00
```
CONSOLE OUTPUT HERE:
2018-06-08 22:47:32 +01:00
```
### TO REPRODUCE
2018-06-08 22:47:32 +01:00
_Steps to reproduce the behavior:_
2018-08-25 14:24:09 +01:00
### EXPECTED BEHAVIOUR
2018-06-08 22:47:32 +01:00
_A clear and concise description of what you expected to happen._
2018-08-25 14:24:09 +01:00
### SCREENSHOTS
2018-06-08 22:47:32 +01:00
_If applicable, add screenshots to help explain your problem._
2018-08-25 14:24:09 +01:00
### ADDITIONAL CONTEXT
2018-06-08 22:47:32 +01:00
_Add any other context about the problem here._
2018-05-13 01:03:46 +01:00
2018-08-25 14:24:09 +01:00
2018-05-13 01:03:46 +01:00
**(Please, remember to close the issue when the problem has been addressed)**