mirror of https://github.com/arendst/Tasmota.git
Merge pull request #5409 from ascillato/patch-2
Update to Bug Issue Template
This commit is contained in:
commit
6ee176c2f3
|
@ -4,39 +4,61 @@ about: Create a report to help us improve
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**IMPORTANT NOTICE**
|
<GUIDE>
|
||||||
If you do not complete the template below it is likely that your issue will not be addressed. When providing information about your issue please be as extensive as possible so that it can be solved by as little as possible responses.
|
|
||||||
|
|
||||||
**FAILURE TO COMPLETE THE REQUESTED INFORMATION WILL RESULT IN YOUR ISSUE BEING CLOSED**
|
<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>
|
||||||
|
|
||||||
**Describe the bug**
|
### BUG DESCRIPTION
|
||||||
_A clear and concise description of what the bug is._
|
_A clear and concise description of what the bug is._
|
||||||
|
|
||||||
|
|
||||||
_Also, make sure these boxes are checked [x] before submitting your issue - Thank you!_
|
### REQUESTED INFORMATION
|
||||||
- [ ] _Searched the problem in issues and in the wiki_
|
_Make sure these boxes are checked before submitting your issue. Thank you_
|
||||||
- [ ] _Hardware used_ :
|
|
||||||
- [ ] _Development/Compiler/Upload tools used_ :
|
**FAILURE TO COMPLETE THE REQUESTED INFORMATION WILL RESULT IN YOUR ISSUE BEING CLOSED**
|
||||||
- [ ] _If a pre-compiled release or development binary was used, which one?_ :
|
|
||||||
- [ ] _You have tried latest release or development binaries?_ :
|
- [ ] 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)
|
||||||
- [ ] _Provide the output of command_``status 0`` :
|
- [ ] 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 - DO NOT DELETE THE MARKERS ABOVE AND BELOW THIS LINE
|
STATUS 0 OUTPUT HERE:
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
|
- [ ] Provide the output of console when you experience your issue if apply :
|
||||||
|
_(Please use_ ``weblog 4`` _for more debug information)_
|
||||||
|
```
|
||||||
|
CONSOLE OUTPUT HERE:
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
**To Reproduce**
|
### TO REPRODUCE
|
||||||
_Steps to reproduce the behavior:_
|
_Steps to reproduce the behavior:_
|
||||||
|
|
||||||
|
|
||||||
**Expected behavior**
|
### EXPECTED BEHAVIOUR
|
||||||
_A clear and concise description of what you expected to happen._
|
_A clear and concise description of what you expected to happen._
|
||||||
|
|
||||||
|
|
||||||
**Screenshots**
|
### SCREENSHOTS
|
||||||
_If applicable, add screenshots to help explain your problem._
|
_If applicable, add screenshots to help explain your problem._
|
||||||
|
|
||||||
|
|
||||||
**Additional context**
|
### ADDITIONAL CONTEXT
|
||||||
_Add any other context about the problem here._
|
_Add any other context about the problem here._
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue