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

Commit f27b0f4

Browse files
authored
Update .github
1 parent fd21bee commit f27b0f4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If applicable, add screenshots to help explain your problem.
3636
Please ensure to specify the following:
3737

3838
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
39-
* `ESP8266` or `ESP32` Core Version (e.g. ESP8266 core v3.0.2 or ESP32 v2.0.4)
39+
* `ESP8266` or `ESP32` Core Version (e.g. ESP8266 core v3.0.2 or ESP32 v2.0.5)
4040
* Contextual information (e.g. what you were trying to achieve)
4141
* Simplest possible steps to reproduce
4242
* Anything that might be relevant in your opinion, such as:
@@ -68,7 +68,7 @@ Steps to reproduce:
6868

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

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

7373
---
7474

@@ -81,14 +81,13 @@ Please use the `astyle` to reformat the updated library code as follows (demo fo
8181
1. Change directory to the library GitHub
8282

8383
```
84-
xy@xy-Inspiron-3593:~$ cd Arduino/xy/ESP_DoubleResetDetector_GitHub/
85-
xy@xy-Inspiron-3593:~/Arduino/xy/ESP_DoubleResetDetector_GitHub$
84+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/ESPAsync_WiFiManager_Lite_GitHub/
85+
xy@xy-Inspiron-3593:~/Arduino/xy/ESPAsync_WiFiManager_Lite_GitHub$
8686
```
8787

8888
2. Issue astyle command
8989

9090
```
91-
xy@xy-Inspiron-3593:~/Arduino/xy/ESP_DoubleResetDetector_GitHub$ bash utils/restyle.sh
91+
xy@xy-Inspiron-3593:~/Arduino/xy/ESPAsync_WiFiManager_Lite_GitHub$ bash utils/restyle.sh
9292
```
9393

94-

0 commit comments

Comments
 (0)