Skip to content

Commit 1014ba4

Browse files
authored
Update ISSUE_TEMPLATE.md (#4416)
Make options list into a table
1 parent d6b9187 commit 1014ba4

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

Diff for: docs/ISSUE_TEMPLATE.md

+15-13
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
Make your question, not a Statement, inclusive. Include all pertinent information:
22

3-
What you are trying to do.
4-
Describe your system( Hardware, computer, O/S, core version, environment)
5-
Describe what is failing
6-
Show the shortest possible code that will duplicate the error
7-
Show the EXACT error message(it doesn't work is not enough)
3+
What you are trying to do
4+
Describe your system (Hardware, computer, O/S, core version, environment)
5+
Describe what is failing
6+
Show the shortest possible code that will duplicate the error
7+
Show the EXACT error message (it doesn't work is not enough)
88
Then if someone is interested and knowledgeable you might get a answer. 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.
99

1010
If you have a Guru Meditation Error or Backtrace, ***please decode it***:
11-
https://github.com/me-no-dev/EspExceptionDecoder
11+
[ExceptionDecoder](https://github.com/me-no-dev/EspExceptionDecoder)
1212

1313
----------------------------- Remove above -----------------------------
1414

1515

1616
### Hardware:
17-
Board: ?ESP32 Dev Module? ?node32? ?ttgo_lora?
18-
Core Installation/update date: ?11/jul/2017?
19-
IDE name: ?Arduino IDE? ?Platform.io? ?IDF component?
20-
Flash Frequency: ?40Mhz?
21-
PSRAM enabled: ?no?
22-
Upload Speed: ?115200?
23-
Computer OS: ?Windows 10? ?Mac OSX? ?Ubuntu?
17+
|||||||
18+
|:---|---|---|---|---|---|
19+
|<B>Board</B>|ESP32 Dev Module|node32|ttgo_lora|ESP32-S2-Saola|Custom w/ ESP32-S2-WROVER 16MB|
20+
|<B>Version/Date</B>|1.0.4|2.0.0|0badbeef|11/jul/2017|today's master|
21+
|<B>IDE name</B>|Arduino IDE|Atom + Platform.io|IDF component|VSCode|
22+
|<B>Flash Frequency</B>|40Mhz|80Mhz|
23+
|<B>PSRAM enabled</B>|yes|no|
24+
|<B>Upload Speed</B>|115200|
25+
|<B>Computer OS</B>|Windows 10|Mac OSX|Ubuntu|
2426

2527
### Description:
2628
Describe your problem here

0 commit comments

Comments
 (0)