From 6e4e4c96eee72152b7160999de9a8badaeffd03b Mon Sep 17 00:00:00 2001 From: lbernstone Date: Mon, 17 Sep 2018 12:11:41 -0700 Subject: [PATCH] Updated ISSUE_TEMPLATE to try to get better postings (#1730) * Updated ISSUE_TEMPLATE to try to get better postings * Added line for PSRAM enabled * More complete info request as per @stickbreaker --- docs/ISSUE_TEMPLATE.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/ISSUE_TEMPLATE.md b/docs/ISSUE_TEMPLATE.md index aa43350cb..55f00770c 100644 --- a/docs/ISSUE_TEMPLATE.md +++ b/docs/ISSUE_TEMPLATE.md @@ -1,24 +1,32 @@ -Please fill the info fields, it helps to get you faster support ;) +Make your question, not a Statement, inclusive. Include all pertinent information: -If you have a Guru Meditation Error, 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 ----------------------------- ### Hardware: -Board: ?ESP32 Dev Module? +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? +PSRAM enabled: ?no? 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 -- GitLab