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

Commit 0471992

Browse files
authored
Update .github
1 parent 76618cf commit 0471992

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,47 +31,49 @@ A clear and concise description of what you expected to happen.
3131

3232
If applicable, add screenshots to help explain your problem.
3333

34+
---
35+
3436
### Information
3537

3638
Please ensure to specify the following:
3739

3840
* 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, ESP32 v2.0.5)
41+
* `Teensyduino` Core Version (e.g. Teensy core v1.57)
4042
* Contextual information (e.g. what you were trying to achieve)
4143
* Simplest possible steps to reproduce
4244
* Anything that might be relevant in your opinion, such as:
4345
* Operating system (Windows, Ubuntu, etc.) and the output of `uname -a`
4446
* Network configuration
4547

48+
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.
49+
50+
---
4651

4752
### Example
4853

4954
```
5055
Arduino IDE version: 1.8.19
51-
ESP32 Core Version 2.0.5
56+
Teensyduino Core Version 1.57
5257
OS: Ubuntu 20.04 LTS
53-
Linux xy-Inspiron-3593 5.15.0-53-generic #59~20.04.1-Ubuntu SMP Thu Oct 20 15:10:22 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
58+
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
5459
5560
Context:
5661
I encountered a crash while using this library
62+
5763
Steps to reproduce:
5864
1. ...
5965
2. ...
6066
3. ...
6167
4. ...
6268
```
6369

64-
### Additional context
65-
66-
Add any other context about the problem here.
67-
6870
---
6971

7072
### Sending Feature Requests
7173

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

74-
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.
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.
7577

7678
---
7779

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

8688
```
87-
xy@xy-Inspiron-3593:~$ cd Arduino/xy/AsyncMQTT_Generic_GitHub/
88-
xy@xy-Inspiron-3593:~/Arduino/xy/AsyncMQTT_Generic_GitHub$
89+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/Teensy_PWM_GitHub/
90+
xy@xy-Inspiron-3593:~/Arduino/xy/Teensy_PWM_GitHub$
8991
```
9092

9193
2. Issue astyle command
9294

9395
```
94-
xy@xy-Inspiron-3593:~/Arduino/xy/AsyncMQTT_Generic_GitHub$ bash utils/restyle.sh
95-
```
96+
xy@xy-Inspiron-3593:~/Arduino/xy/Teensy_PWM_GitHub$ bash utils/restyle.sh
9697
98+
99+
```

0 commit comments

Comments
 (0)