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

Commit 5f23c78

Browse files
authored
Update .github
1 parent c55cdac commit 5f23c78

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ 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-
* Arduino / Adafruit / Sparkfun `AVR` Core Version (e.g. Arduino AVR core v1.8.5)
39+
* `ESP32` Core Version (e.g. ESP32 core v2.0.5)
40+
* `ESP32` Board type (e.g. ESP32_DEV Module, etc.)
41+
* `ESP32-S2` Board type (e.g. ESP32S2_DEV Module, ESP32_S2_Saola, etc.)
42+
* `ESP32_S3` Board type (e.g. ESP32S3_DEV, ESP32_S3_BOX, UM TINYS3, UM PROS3, UM FEATHERS3, etc.)
43+
* `ESP32-C3` Board type (e.g. ESP32C3_DEV Module, etc.)
4044
* Contextual information (e.g. what you were trying to achieve)
4145
* Simplest possible steps to reproduce
4246
* Anything that might be relevant in your opinion, such as:
@@ -48,12 +52,14 @@ Please ensure to specify the following:
4852

4953
```
5054
Arduino IDE version: 1.8.19
51-
Arduino AVR core v1.8.5
55+
ESP32 core v2.0.5
56+
ESP32S3_DEV Module
5257
OS: Ubuntu 20.04 LTS
5358
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
5459
5560
Context:
56-
I encountered a crash while using this library
61+
I encountered a crash while using TimerInterrupt.
62+
5763
Steps to reproduce:
5864
1. ...
5965
2. ...
@@ -71,7 +77,7 @@ Add any other context about the problem here.
7177

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

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

7682
---
7783

@@ -84,13 +90,13 @@ Please use the `astyle` to reformat the updated library code as follows (demo fo
8490
1. Change directory to the library GitHub
8591

8692
```
87-
xy@xy-Inspiron-3593:~$ cd Arduino/xy/AVR_PWM_GitHub/
88-
xy@xy-Inspiron-3593:~/Arduino/xy/AVR_PWM_GitHub$
93+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/ESP32_FastPWM_GitHub/
94+
xy@xy-Inspiron-3593:~/Arduino/xy/ESP32_FastPWM_GitHub$
8995
```
9096

9197
2. Issue astyle command
9298

9399
```
94-
xy@xy-Inspiron-3593:~/Arduino/xy/AVR_PWM_GitHub$ bash utils/restyle.sh
100+
xy@xy-Inspiron-3593:~/Arduino/xy/ESP32_FastPWM_GitHub$ bash utils/restyle.sh
95101
```
96102

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ 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+
1920
A clear and concise description of any alternative solutions or features you've considered.
2021

2122
### Additional context

0 commit comments

Comments
 (0)