From 523feb1ffc8cd8c28c53cc1d352ac5f5120a1a63 Mon Sep 17 00:00:00 2001 From: copercini Date: Tue, 11 Jul 2017 17:19:19 -0300 Subject: [PATCH 1/2] Create ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000000..4f559794d82 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,37 @@ +Please fill the info fields, it helps to get you faster support ;) + +If you have a Guru Meditation Error, 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? +Flash Frequency: ?40Mhz? +Upload Speed: ?115200? + + +### Description: +Describe your problem here + + +### Sketch: +```cpp + +//Change the code below by your sketch +#include + +void setup() { +} + +void loop() { +} +``` + +### Debug Messages: +``` +Enable Core debug level: Debug on tools menu of Arduino IDE, then put the serial output here +``` From 16963969c422e087970efb25ebcbfa870dcdb296 Mon Sep 17 00:00:00 2001 From: copercini Date: Mon, 31 Jul 2017 17:01:08 -0300 Subject: [PATCH 2/2] Add IDF component as example --- ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 4f559794d82..aa43350cb17 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -9,7 +9,7 @@ https://github.com/me-no-dev/EspExceptionDecoder ### Hardware: Board: ?ESP32 Dev Module? Core Installation/update date: ?11/jul/2017? -IDE name: ?Arduino IDE? ?Platform.io? +IDE name: ?Arduino IDE? ?Platform.io? ?IDF component? Flash Frequency: ?40Mhz? Upload Speed: ?115200?