From f54b0fcd146640e390245bc0ce8e0f8894f7ec80 Mon Sep 17 00:00:00 2001 From: copercini Date: Tue, 1 Aug 2017 06:53:39 -0300 Subject: [PATCH] Create Issue template (#504) * Create ISSUE_TEMPLATE.md * Add IDF component as example --- 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 000000000..aa43350cb --- /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? ?IDF component? +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 +``` -- GitLab