From 66146ef33f6902f7ba78aef95e559eb3e3df6466 Mon Sep 17 00:00:00 2001 From: lbernstone Date: Wed, 14 Oct 2020 18:31:53 -0600 Subject: [PATCH] Update ISSUE_TEMPLATE.md Make options list into a table --- docs/ISSUE_TEMPLATE.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/docs/ISSUE_TEMPLATE.md b/docs/ISSUE_TEMPLATE.md index 55f00770c68..5cf96ef213b 100644 --- a/docs/ISSUE_TEMPLATE.md +++ b/docs/ISSUE_TEMPLATE.md @@ -1,26 +1,28 @@ Make your question, not a Statement, inclusive. Include all pertinent information: -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) +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 +[ExceptionDecoder](https://github.com/me-no-dev/EspExceptionDecoder) ----------------------------- Remove above ----------------------------- ### Hardware: -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? +||||||| +|:---|---|---|---|---|---| +|Board|ESP32 Dev Module|node32|ttgo_lora|ESP32-S2-Saola|Custom w/ ESP32-S2-WROVER 16MB| +|Version/Date|1.0.4|2.0.0|0badbeef|11/jul/2017|today's master| +|IDE name|Arduino IDE|Atom + Platform.io|IDF component|VSCode| +|Flash Frequency|40Mhz|80Mhz| +|PSRAM enabled|yes|no| +|Upload Speed|115200| +|Computer OS|Windows 10|Mac OSX|Ubuntu| ### Description: Describe your problem here