From e8a2c16c8f75e2f57ae468e4dc93ffa54c6d5863 Mon Sep 17 00:00:00 2001 From: Me No Dev Date: Fri, 11 Jan 2019 02:21:32 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 54 ++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..e68626bc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,54 @@ +--- +name: Bug report +about: Please fill in the bug report carefully +title: '' +labels: '' +assignees: '' + +--- + +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). +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? ?node32? ?ttgo_lora? +Core Installation version: ?1.0.0? ?1.0.1-rc4? ?1.0.1? ?1.0.1-git? +IDE name: ?Arduino IDE? ?Platform.io? ?IDF component? +Flash Frequency: ?40Mhz? +PSRAM enabled: ?no? ?yes? +Upload Speed: ?115200? +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/)) +```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 +```