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

Commit c58fe3e

Browse files
authored
Update .github
1 parent b835aed commit c58fe3e

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 6 additions & 8 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-
* `NRF52` Core Version (e.g. Adafruit NRF52 core v1.3.0, Seeed nRF52 core v1.0.0)
39+
* `Teensyduino` Core Version (e.g. Teensy core v1.57)
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:
@@ -48,8 +48,7 @@ Please ensure to specify the following:
4848

4949
```
5050
Arduino IDE version: 1.8.19
51-
Adafruit NRF52 Core Version 1.3.0
52-
NRF52840_ITSYBITSY
51+
Teensyduino Core Version 1.57
5352
OS: Ubuntu 20.04 LTS
5453
Linux xy-Inspiron-3593 5.15.0-52-generic #58~20.04.1-Ubuntu SMP Thu Oct 13 13:09:46 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
5554
@@ -69,7 +68,7 @@ Steps to reproduce:
6968

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

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

7473
---
7574

@@ -82,13 +81,12 @@ Please use the `astyle` to reformat the updated library code as follows (demo fo
8281
1. Change directory to the library GitHub
8382

8483
```
85-
xy@xy-Inspiron-3593:~$ cd Arduino/xy/nRF52_PWM_GitHub/
86-
xy@xy-Inspiron-3593:~/Arduino/xy/nRF52_PWM_GitHub$
84+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/Teensy_PWM_GitHub/
85+
xy@xy-Inspiron-3593:~/Arduino/xy/Teensy_PWM_GitHub$
8786
```
8887

8988
2. Issue astyle command
9089

9190
```
92-
xy@xy-Inspiron-3593:~/Arduino/xy/nRF52_PWM_GitHub$ bash utils/restyle.sh
91+
xy@xy-Inspiron-3593:~/Arduino/xy/Teensy_PWM_GitHub$ bash utils/restyle.sh
9392
```
94-

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ A clear and concise description of what the problem is. Ex. I'm always frustrate
1616
A clear and concise description of what you want to happen.
1717

1818
### Describe alternatives you've considered
19-
2019
A clear and concise description of any alternative solutions or features you've considered.
2120

2221
### Additional context

0 commit comments

Comments
 (0)