From 47c931fc84019aeac1de43b9c10c8fac8864e857 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Sat, 25 Aug 2018 10:15:24 -0300 Subject: [PATCH 1/3] Added Discord Chat Channel --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a204356e9..ea306da54 100644 --- a/README.md +++ b/README.md @@ -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.
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) From 6796a2970cd764122e5987de8cb6ff7df293ab33 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Sat, 25 Aug 2018 10:19:30 -0300 Subject: [PATCH 2/3] Added Discord Chat Channel --- .github/ISSUE_TEMPLATE/Custom.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/Custom.md b/.github/ISSUE_TEMPLATE/Custom.md index 570e3afe3..505c8343b 100644 --- a/.github/ISSUE_TEMPLATE/Custom.md +++ b/.github/ISSUE_TEMPLATE/Custom.md @@ -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`` : ``` From 8193f3ab37dcaa8a9cd91427f7f4d0d8bf2e1512 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Sat, 25 Aug 2018 10:24:09 -0300 Subject: [PATCH 3/3] Bug Report - Update format --- .github/ISSUE_TEMPLATE/Bug_report.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index d879f46bc..2616af48f 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -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)**