Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a035dbf

Browse files
authored
Update ISSUE_TEMPLATE.md
Proposal for issue template update
1 parent 7999f5c commit a035dbf

File tree

1 file changed

+44
-19
lines changed

1 file changed

+44
-19
lines changed

ISSUE_TEMPLATE.md

+44-19
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,60 @@
1+
----------------------------- Delete below -----------------------------
12

2-
Please fill the info fields, it helps to get you faster support ;)
3+
INSTRUCTIONS
4+
============
5+
If you do not follow these instructions, your issue may be dismissed.
6+
7+
1. Follow the checklist and fill in the [ ] spaces with an X.
8+
2. Fill in all the fields marked with [ ] (pick the correct option for you in each case, delete the others).
9+
3. If you haven't already done so, test your issue against current master branch (aka latest git), because it may have been already fixed.
10+
4. Describe your problem.
11+
5. If you have a STACK DUMP decode it:
312

4-
if you have a stack dump decode it:
513
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/stack_dump.rst
614

7-
for better debug messages:
8-
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/debugging.rst
15+
6. Include a Minimal Complete Reproducible Example sketch that shows your issue. Do not include your entire project, or a huge piece of code.
16+
7. Include debug messages:
17+
18+
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/debugging.rst
19+
20+
8. Use markup (buttons above) and the Preview tab to check what the issue will look like.
21+
9. Delete these instructions from the above to the below marker lines before submitting this issue.
22+
923

10-
----------------------------- Remove above -----------------------------
24+
----------------------------- Delete above -----------------------------
1125

1226
### Basic Infos
1327

14-
#### Hardware
15-
Hardware: ?ESP-12?
16-
Core Version: ?2.1.0-rc2?
28+
- [ ] This issue complies with the [issue POLICY doc](https://github.com/esp8266/Arduino/blob/master/POLICY.md).
29+
- [ ] I have tested that the issue is present in current master branch (aka latest git).
30+
- [ ] If there is a stack dump, I have decoded it.
31+
- [ ] I have filled out all fields below.
1732

18-
### Description
33+
#### Platform
1934

20-
Problem description
35+
- Hardware: [ESP-12]
36+
- Core Version: [latest git hash or date]
37+
- Development Env: [Arduino IDE|Platformio|Make|other]
38+
- Operating System: [Windows|Ubuntu|MacOS]
2139

2240
### Settings in IDE
2341

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?
42+
- Module: [Generic ESP8266 Module|Wemos D1 mini r2|Nodemcu|other]
43+
- Flash Size: [4MB/1MB]
44+
- CPU Frequency: [80Mhz|160MHz]
45+
- Flash Mode: [qio|dio|other]
46+
- Flash Frequency: [40Mhz]
47+
- Upload Using: [OTA|SERIAL]
48+
- Upload speed: [115200|other] (serial upload only)
49+
- Reset Method: [ck|nodemcu]
3150

3251

33-
### Sketch
52+
### Problem Description
53+
54+
Detailed problem description goes here.
55+
56+
57+
### MCVE Sketch
3458

3559
```cpp
3660

@@ -43,12 +67,13 @@ void setup() {
4367
void loop() {
4468

4569
}
70+
4671
```
4772

4873
### Debug Messages
4974

5075
```
51-
messages here
76+
Debug messages go here
5277
```
5378

5479

0 commit comments

Comments
 (0)