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

Commit 6d5b89f

Browse files
authored
Update .github
1 parent faa4e5c commit 6d5b89f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A clear and concise description of what you expected to happen.
2323

2424
A clear and concise description of what you expected to happen.
2525

26-
### Debug and log (if applicable)
26+
### Debug and AT-command log (if applicable)
2727

2828
A clear and concise description of what you expected to happen.
2929

@@ -70,7 +70,7 @@ Steps to reproduce:
7070

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

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

7575
---
7676

@@ -83,12 +83,14 @@ Please use the `astyle` to reformat the updated library code as follows (demo fo
8383
1. Change directory to the library GitHub
8484

8585
```
86-
xy@xy-Inspiron-3593:~$ cd Arduino/xy/ESPAsync_WiFiManager_GitHub/
87-
xy@xy-Inspiron-3593:~/Arduino/xy/ESPAsync_WiFiManager_GitHub$
86+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/nRF52_MBED_PWM_GitHub/
87+
xy@xy-Inspiron-3593:~/Arduino/xy/nRF52_MBED_PWM_GitHub$
8888
```
8989

9090
2. Issue astyle command
9191

9292
```
93-
xy@xy-Inspiron-3593:~/Arduino/xy/ESPAsync_WiFiManager_GitHub$ bash utils/restyle.sh
93+
xy@xy-Inspiron-3593:~/Arduino/xy/nRF52_MBED_PWM_GitHub$ bash utils/restyle.sh
9494
```
95+
96+

0 commit comments

Comments
 (0)