mirror of https://github.com/arendst/Tasmota.git
Merge pull request #3584 from ascillato/patch-2
Add Chat Channel Link to ReadMe and Troubleshooting Template
This commit is contained in:
commit
86c3cf094c
|
@ -5,14 +5,13 @@ about: Create a report to help us improve
|
|||
---
|
||||
|
||||
**Describe the bug**
|
||||
|
||||
_A clear and concise description of what the bug is._
|
||||
|
||||
Also, make sure these boxes are checked [x] before submitting your issue - Thank you!
|
||||
|
||||
- [ ] Searched the problem in issues and in the wiki
|
||||
- [ ] Hardware used :
|
||||
- [ ] Provide the output of command ``status 0`` :
|
||||
_Also, make sure these boxes are checked [x] before submitting your issue - Thank you!_
|
||||
- [ ] _Searched the problem in issues and in the wiki_
|
||||
- [ ] _Hardware used_ :
|
||||
- [ ] _Provide the output of command_``status 0`` :
|
||||
```
|
||||
STATUS 0 OUTPUT HERE
|
||||
```
|
||||
|
@ -20,13 +19,17 @@ STATUS 0 OUTPUT HERE
|
|||
**To Reproduce**
|
||||
_Steps to reproduce the behavior:_
|
||||
|
||||
|
||||
**Expected behavior**
|
||||
_A clear and concise description of what you expected to happen._
|
||||
|
||||
|
||||
**Screenshots**
|
||||
_If applicable, add screenshots to help explain your problem._
|
||||
|
||||
|
||||
**Additional context**
|
||||
_Add any other context about the problem here._
|
||||
|
||||
|
||||
**(Please, remember to close the issue when the problem has been addressed)**
|
||||
|
|
|
@ -10,6 +10,7 @@ Make sure these boxes are checked [x] before submitting your issue - Thank you!
|
|||
- [ ] Searched the problem in the wiki (https://github.com/arendst/Sonoff-Tasmota/wiki/Troubleshooting)
|
||||
- [ ] Searched the problem in the forum (https://forum.digital-pig.com/)
|
||||
- [ ] Searched the problem in the discussion group (https://groups.google.com/d/forum/sonoffusers)
|
||||
- [ ] Searched the problem in the chat (https://discord.gg/Ks2Kzd4)
|
||||
- [ ] Hardware used :
|
||||
- [ ] Provide the output of command ``status 0`` :
|
||||
```
|
||||
|
|
|
@ -52,6 +52,7 @@ See [wiki migration path](https://github.com/arendst/Sonoff-Tasmota/wiki/Upgrade
|
|||
|
||||
See [Wiki](https://github.com/arendst/Sonoff-Tasmota/wiki) for more information.<br />
|
||||
See [Community](https://groups.google.com/d/forum/sonoffusers) for forum and more user experience.
|
||||
See [Chat](https://discord.gg/Ks2Kzd4)
|
||||
|
||||
The following devices are supported:
|
||||
- [iTead Sonoff Basic](https://www.itead.cc/smart-home/sonoff-wifi-wireless-switch-1.html)
|
||||
|
|
Loading…
Reference in New Issue