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

Commit 0a94e3b

Browse files
authored
Update .github
1 parent 0471992 commit 0a94e3b

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@ If applicable, add screenshots to help explain your problem.
3838
Please ensure to specify the following:
3939

4040
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
41-
* `Teensyduino` Core Version (e.g. Teensy core v1.57)
41+
* `ESP8266`,`ESP32`, `STM32`, `arduino-pico` or `Teensyduino` Core Version (e.g. ESP8266 core v3.1.1, ESP32 v2.0.6, STM32 v2.4.0, arduino-pico v2.7.1 or Teensyduino v1.57)
4242
* Contextual information (e.g. what you were trying to achieve)
4343
* Simplest possible steps to reproduce
4444
* Anything that might be relevant in your opinion, such as:
4545
* Operating system (Windows, Ubuntu, etc.) and the output of `uname -a`
4646
* Network configuration
4747

48+
4849
Please be educated, civilized and constructive as you've always been. Disrespective posts against [GitHub Code of Conduct](https://docs.github.com/en/site-policy/github-terms/github-event-code-of-conduct) will be ignored and deleted.
4950

5051
---
@@ -53,27 +54,30 @@ Please be educated, civilized and constructive as you've always been. Disrespect
5354

5455
```
5556
Arduino IDE version: 1.8.19
56-
Teensyduino Core Version 1.57
57+
ESP32 Core Version 2.0.6
5758
OS: Ubuntu 20.04 LTS
5859
Linux xy-Inspiron-3593 5.15.0-58-generic #64~20.04.1-Ubuntu SMP Fri Jan 6 16:42:31 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
5960
6061
Context:
6162
I encountered a crash while using this library
62-
6363
Steps to reproduce:
6464
1. ...
6565
2. ...
6666
3. ...
6767
4. ...
6868
```
6969

70+
### Additional context
71+
72+
Add any other context about the problem here.
73+
7074
---
7175

7276
### Sending Feature Requests
7377

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

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

7882
---
7983

@@ -86,14 +90,13 @@ Please use the `astyle` to reformat the updated library code as follows (demo fo
8690
1. Change directory to the library GitHub
8791

8892
```
89-
xy@xy-Inspiron-3593:~$ cd Arduino/xy/Teensy_PWM_GitHub/
90-
xy@xy-Inspiron-3593:~/Arduino/xy/Teensy_PWM_GitHub$
93+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/AsyncMQTT_Generic_GitHub/
94+
xy@xy-Inspiron-3593:~/Arduino/xy/AsyncMQTT_Generic_GitHub$
9195
```
9296

9397
2. Issue astyle command
9498

9599
```
96-
xy@xy-Inspiron-3593:~/Arduino/xy/Teensy_PWM_GitHub$ bash utils/restyle.sh
97-
98-
100+
xy@xy-Inspiron-3593:~/Arduino/xy/AsyncMQTT_Generic_GitHub$ bash utils/restyle.sh
99101
```
102+

0 commit comments

Comments
 (0)