Skip to content

Commit e8a2c16

Browse files
authored
Update issue templates
1 parent 9a7946e commit e8a2c16

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
name: Bug report
3+
about: Please fill in the bug report carefully
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Make your question, not a Statement, inclusive. Include all pertinent information:
11+
12+
What you are trying to do?
13+
Describe your system( Hardware, computer, O/S, core version, environment).
14+
Describe what is failing.
15+
Show the shortest possible code that will duplicate the error.
16+
Show the EXACT error message(it doesn't work is not enough).
17+
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.
18+
19+
If you have a Guru Meditation Error or Backtrace, ***please decode it***:
20+
https://github.com/me-no-dev/EspExceptionDecoder
21+
22+
----------------------------- Remove above -----------------------------
23+
24+
25+
### Hardware:
26+
Board: ?ESP32 Dev Module? ?node32? ?ttgo_lora?
27+
Core Installation version: ?1.0.0? ?1.0.1-rc4? ?1.0.1? ?1.0.1-git?
28+
IDE name: ?Arduino IDE? ?Platform.io? ?IDF component?
29+
Flash Frequency: ?40Mhz?
30+
PSRAM enabled: ?no? ?yes?
31+
Upload Speed: ?115200?
32+
Computer OS: ?Windows 10? ?Mac OSX? ?Ubuntu?
33+
34+
### Description:
35+
Describe your problem here
36+
37+
38+
### Sketch: (leave the backquotes for [code formatting](https://help.github.com/articles/creating-and-highlighting-code-blocks/))
39+
```cpp
40+
41+
//Change the code below by your sketch
42+
#include <Arduino.h>
43+
44+
void setup() {
45+
}
46+
47+
void loop() {
48+
}
49+
```
50+
51+
### Debug Messages:
52+
```
53+
Enable Core debug level: Debug on tools menu of Arduino IDE, then put the serial output here
54+
```

0 commit comments

Comments
 (0)