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

Commit 7d01d8a

Browse files
authored
Update .github
1 parent f43b3af commit 7d01d8a

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ Steps to reproduce:
6666
4. ...
6767
```
6868

69-
---
70-
7169
### Additional context
7270

7371
Add any other context about the problem here.
@@ -78,7 +76,7 @@ Add any other context about the problem here.
7876

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

81-
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/AsyncWebServer_ESP32_W6100/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/AsyncUDP_ESP32_W6100/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
8280

8381
---
8482

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

9391
```
94-
xy@xy-Inspiron-3593:~$ cd Arduino/xy/AsyncWebServer_ESP32_W6100_GitHub/
95-
xy@xy-Inspiron-3593:~/Arduino/xy/AsyncWebServer_ESP32_W6100_GitHub$
92+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/AsyncUDP_ESP32_W6100_GitHub/
93+
xy@xy-Inspiron-3593:~/Arduino/xy/AsyncUDP_ESP32_W6100_GitHub$
9694
```
9795

9896
2. Issue astyle command
9997

10098
```
101-
xy@xy-Inspiron-3593:~/Arduino/xy/AsyncWebServer_ESP32_W6100_GitHub$ bash utils/restyle.sh
99+
xy@xy-Inspiron-3593:~/Arduino/xy/AsyncUDP_ESP32_W6100_GitHub$ bash utils/restyle.sh
102100
```
103101

104-

0 commit comments

Comments
 (0)