Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 0dc963e

Browse files
authored
Update .github
1 parent dc10f15 commit 0dc963e

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -31,31 +31,34 @@ A clear and concise description of what you expected to happen.
3131

3232
If applicable, add screenshots to help explain your problem.
3333

34+
---
35+
3436
### Information
3537

3638
Please ensure to specify the following:
3739

3840
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
39-
* Board Type (e.g. ESP32S3_DEV, ESP32S2_DEV, ESP32C3_DEV)
40-
* Board Core Version (e.g. ESP32 core v2.0.5)
41+
* Board Type (e.g. ESP32_DEV, ESP32S3_DEV, ESP32S2_DEV, ESP32C3_DEV)
42+
* Board Core Version (e.g. ESP32 core v2.0.6)
4143
* Contextual information (e.g. what you were trying to achieve)
4244
* Simplest possible steps to reproduce
4345
* Anything that might be relevant in your opinion, such as:
4446
* Operating system (Windows, Ubuntu, etc.) and the output of `uname -a`
4547
* Network configuration
4648

4749

48-
Please be educated, civilized and constructive. Disrespective posts against [GitHub Code of Conduct](https://docs.github.com/en/site-policy/github-terms/github-event-code-of-conduct) will be ignored and deleted.
50+
Please be educated, civilized and constructive as you've always been. Disrespective posts against [GitHub Code of Conduct](https://docs.github.com/en/site-policy/github-terms/github-event-code-of-conduct) will be ignored and deleted.
4951

52+
---
5053

5154
### Example
5255

5356
```
5457
Arduino IDE version: 1.8.19
5558
ESP32S3_DEV board
56-
ESP32 core v2.0.5
59+
ESP32 core v2.0.6
5760
OS: Ubuntu 20.04 LTS
58-
Linux xy-Inspiron-3593 5.15.0-56-generic #62~20.04.1-Ubuntu SMP Tue Nov 22 21:24:20 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
61+
Linux xy-Inspiron-3593 5.15.0-57-generic #63~20.04.1-Ubuntu SMP Wed Nov 30 13:40:16 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
5962
6063
Context:
6164
I encountered a crash while using this library
@@ -98,3 +101,5 @@ xy@xy-Inspiron-3593:~/Arduino/xy/AsyncDNSServer_ESP32_Ethernet_GitHub$
98101
```
99102
xy@xy-Inspiron-3593:~/Arduino/xy/AsyncDNSServer_ESP32_Ethernet_GitHub$ bash utils/restyle.sh
100103
```
104+
105+

0 commit comments

Comments
 (0)