From 79c732b34cf37305a22c6e6b865b2939b91afefe Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Fri, 8 Jun 2018 18:44:07 -0300 Subject: [PATCH 1/3] Update formatting of Troubleshooting --- .github/ISSUE_TEMPLATE/Custom.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/Custom.md b/.github/ISSUE_TEMPLATE/Custom.md index 62e47446d..570e3afe3 100644 --- a/.github/ISSUE_TEMPLATE/Custom.md +++ b/.github/ISSUE_TEMPLATE/Custom.md @@ -12,5 +12,8 @@ Make sure these boxes are checked [x] before submitting your issue - Thank you! - [ ] Searched the problem in the discussion group (https://groups.google.com/d/forum/sonoffusers) - [ ] Hardware used : - [ ] Provide the output of command ``status 0`` : +``` +STATUS 0 OUTPUT HERE +``` **(Please, remember to close the issue when the problem has been addressed)** From 25c58d90a109640c136e077a1ac1aa32e03e2003 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Fri, 8 Jun 2018 18:47:32 -0300 Subject: [PATCH 2/3] Update Bug Report Formatting --- .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 7dc1e3499..d879f46bc 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -6,24 +6,27 @@ about: Create a report to help us improve **Describe the bug** -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! - [ ] Searched the problem in issues and in the wiki - [ ] Hardware used : - [ ] Provide the output of command ``status 0`` : +``` +STATUS 0 OUTPUT HERE +``` **To Reproduce** -Steps to reproduce the behavior: +_Steps to reproduce the behavior:_ **Expected behavior** -A clear and concise description of what you expected to happen. +_A clear and concise description of what you expected to happen._ **Screenshots** -If applicable, add screenshots to help explain your problem. +_If applicable, add screenshots to help explain your problem._ **Additional context** -Add any other context about the problem here. +_Add any other context about the problem here._ **(Please, remember to close the issue when the problem has been addressed)** From d359c7efb7f641da8c3d7cbd972d46478e3d6d22 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Fri, 8 Jun 2018 18:48:25 -0300 Subject: [PATCH 3/3] Update Feature Request Formatting --- .github/ISSUE_TEMPLATE/Feature_request.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 8a0895c8e..1c0989566 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -6,15 +6,15 @@ about: Suggest an idea for this project **Have you look for this feature in other issues and in the wiki?** **Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. +_A clear and concise description of what the problem is._ **Describe the solution you'd like** -A clear and concise description of what you want to happen. +_A clear and concise description of what you want to happen._ **Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +_A clear and concise description of any alternative solutions or features you've considered._ **Additional context** -Add any other context or screenshots about the feature request here. +_Add any other context or screenshots about the feature request here._ **(Please, remember to close the issue when the problem has been addressed)**