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

Commit 14ed082

Browse files
authored
Update .github
1 parent f9b7d96 commit 14ed082

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,30 +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)
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.
51+
52+
---
4953

5054
### Example
5155

5256
```
5357
Arduino IDE version: 1.8.19
54-
ESP32S3_DEV board
55-
ESP32 core v2.0.5
58+
ESP32_DEV board
59+
ESP32 core v2.0.6
5660
OS: Ubuntu 20.04 LTS
57-
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
5862
5963
Context:
6064
I encountered a crash while using this library
@@ -72,7 +76,7 @@ Steps to reproduce:
7276

7377
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
7478

75-
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/WebServer_ESP32_SC_ENC/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
79+
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/WebServer_ESP32_ENC/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
7680

7781
---
7882

@@ -85,14 +89,13 @@ Please use the `astyle` to reformat the updated library code as follows (demo fo
8589
1. Change directory to the library GitHub
8690

8791
```
88-
xy@xy-Inspiron-3593:~$ cd Arduino/xy/WebServer_ESP32_SC_ENC_GitHub/
89-
xy@xy-Inspiron-3593:~/Arduino/xy/WebServer_ESP32_SC_ENC_GitHub$
92+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/WebServer_ESP32_ENC_GitHub/
93+
xy@xy-Inspiron-3593:~/Arduino/xy/WebServer_ESP32_ENC_GitHub$
9094
```
9195

9296
2. Issue astyle command
9397

9498
```
95-
xy@xy-Inspiron-3593:~/Arduino/xy/WebServer_ESP32_SC_ENC_GitHub$ bash utils/restyle.sh
99+
xy@xy-Inspiron-3593:~/Arduino/xy/WebServer_ESP32_ENC_GitHub$ bash utils/restyle.sh
96100
```
97101

98-

0 commit comments

Comments
 (0)