Skip to content

Commit c7ff2b1

Browse files
committed
Merge pull request #1665 from Links2004/master
add ISSUE_TEMPLATE.md
2 parents 212095b + c33535c commit c7ff2b1

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

ISSUE_TEMPLATE.md

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
2+
Please fill the info fields, it helps to get you faster support ;)
3+
4+
if you have a stack dump decode it:
5+
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/stack_dump.md
6+
7+
for better debug messages:
8+
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/debugging.md
9+
10+
----------------------------- Remove above -----------------------------
11+
12+
### Basic Infos
13+
14+
#### Hardware
15+
Hardware: ?ESP-12?
16+
Core Version: ?2.1.0-rc2?
17+
18+
### Description
19+
20+
Problem description
21+
22+
### Settings in IDE
23+
24+
Module: ?Generic ESP8266 Module?
25+
Flash Size: ?4MB/1MB?
26+
CPU Frequency: ?80Mhz?
27+
Flash Mode: ?qio?
28+
Flash Frequency: ?40Mhz?
29+
Upload Using: ?OTA / SERIAL?
30+
Reset Method: ?ck / nodemcu?
31+
32+
33+
### Sketch
34+
35+
```cpp
36+
37+
#include <Arduino.h>
38+
39+
void setup() {
40+
41+
}
42+
43+
void loop() {
44+
45+
}
46+
```
47+
48+
### Debug Messages
49+
50+
```
51+
messages here
52+
```
53+
54+

0 commit comments

Comments
 (0)