From d4f354f20db6758b0abbb313883c420b3f9fec09 Mon Sep 17 00:00:00 2001 From: Larry Bernstone Date: Sun, 5 Aug 2018 13:10:38 -0600 Subject: [PATCH 1/3] Updated ISSUE_TEMPLATE to try to get better postings --- docs/ISSUE_TEMPLATE.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/ISSUE_TEMPLATE.md b/docs/ISSUE_TEMPLATE.md index aa43350cb17..99dbf55d2d0 100644 --- a/docs/ISSUE_TEMPLATE.md +++ b/docs/ISSUE_TEMPLATE.md @@ -1,24 +1,25 @@ -Please fill the info fields, it helps to get you faster support ;) +Please fill the info fields. The more complete your issue posting is, the more likely someone will volunteer to help you. -If you have a Guru Meditation Error, please decode it: +If you have a Guru Meditation Error or Backtrace, **please decode it**: https://github.com/me-no-dev/EspExceptionDecoder ----------------------------- Remove above ----------------------------- ### Hardware: -Board: ?ESP32 Dev Module? -Core Installation/update date: ?11/jul/2017? -IDE name: ?Arduino IDE? ?Platform.io? ?IDF component? +Board: ?ESP32 Dev Module? ?node32? ?ttgo_lora? +Core Installation/update date: ?11/jul/2017? +IDE name: ?Arduino IDE? ?Platform.io? ?IDF component? Flash Frequency: ?40Mhz? Upload Speed: ?115200? +Computer OS: ?Windows 10? ?Mac OSX? ?Ubuntu? ### Description: Describe your problem here -### Sketch: +### Sketch: (leave the backquotes for [code formatting](https://help.github.com/articles/creating-and-highlighting-code-blocks/)) ```cpp //Change the code below by your sketch From ff43dcdc43a7a2f3222849158848f18a13ee8d65 Mon Sep 17 00:00:00 2001 From: Larry Bernstone Date: Fri, 10 Aug 2018 09:18:23 -0600 Subject: [PATCH 2/3] Added line for PSRAM enabled --- docs/ISSUE_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ISSUE_TEMPLATE.md b/docs/ISSUE_TEMPLATE.md index 99dbf55d2d0..139854664be 100644 --- a/docs/ISSUE_TEMPLATE.md +++ b/docs/ISSUE_TEMPLATE.md @@ -12,6 +12,7 @@ Core Installation/update date: ?11/jul/2017? IDE name: ?Arduino IDE? ?Platform.io? ?IDF component? Flash Frequency: ?40Mhz? Upload Speed: ?115200? +PSRAM enabled: ?no? Computer OS: ?Windows 10? ?Mac OSX? ?Ubuntu? From dcb12cb8956d0aae5bb31f7a0cee9c3222b8d6e8 Mon Sep 17 00:00:00 2001 From: Larry Bernstone Date: Mon, 17 Sep 2018 10:59:31 -0600 Subject: [PATCH 3/3] More complete info request as per @stickbreaker --- docs/ISSUE_TEMPLATE.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/docs/ISSUE_TEMPLATE.md b/docs/ISSUE_TEMPLATE.md index 139854664be..55f00770c68 100644 --- a/docs/ISSUE_TEMPLATE.md +++ b/docs/ISSUE_TEMPLATE.md @@ -1,6 +1,13 @@ -Please fill the info fields. The more complete your issue posting is, the more likely someone will volunteer to help you. +Make your question, not a Statement, inclusive. Include all pertinent information: -If you have a Guru Meditation Error or Backtrace, **please decode it**: +What you are trying to do. +Describe your system( Hardware, computer, O/S, core version, environment) +Describe what is failing +Show the shortest possible code that will duplicate the error +Show the EXACT error message(it doesn't work is not enough) +Then if someone is interested and knowledgeable you might get a answer. All of this work on your part shows us that you have worked to solve YOUR problem. The more complete your issue posting is, the more likely someone will volunteer their time to help you. + +If you have a Guru Meditation Error or Backtrace, ***please decode it***: https://github.com/me-no-dev/EspExceptionDecoder ----------------------------- Remove above ----------------------------- @@ -8,19 +15,18 @@ https://github.com/me-no-dev/EspExceptionDecoder ### Hardware: Board: ?ESP32 Dev Module? ?node32? ?ttgo_lora? -Core Installation/update date: ?11/jul/2017? -IDE name: ?Arduino IDE? ?Platform.io? ?IDF component? +Core Installation/update date: ?11/jul/2017? +IDE name: ?Arduino IDE? ?Platform.io? ?IDF component? Flash Frequency: ?40Mhz? +PSRAM enabled: ?no? Upload Speed: ?115200? -PSRAM enabled: ?no? -Computer OS: ?Windows 10? ?Mac OSX? ?Ubuntu? - +Computer OS: ?Windows 10? ?Mac OSX? ?Ubuntu? ### Description: Describe your problem here -### Sketch: (leave the backquotes for [code formatting](https://help.github.com/articles/creating-and-highlighting-code-blocks/)) +### Sketch: (leave the backquotes for [code formatting](https://help.github.com/articles/creating-and-highlighting-code-blocks/)) ```cpp //Change the code below by your sketch