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

Commit cfaac42

Browse files
authored
Update .github
1 parent 25306bd commit cfaac42

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+14-5
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,14 @@ 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

38-
* Arduino IDE version (e.g. 1.8.16) or Platform.io version
39-
* `STM32` Core Version (e.g. STM32 core v2.3.0)
40+
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
41+
* `STM32` Core Version (e.g. STM32 core v2.4.0)
4042
* Board type and relevant info
4143
* Contextual information (e.g. what you were trying to achieve)
4244
* Simplest possible steps to reproduce
@@ -45,14 +47,19 @@ Please ensure to specify the following:
4547
* Network configuration
4648

4749

50+
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.
51+
52+
---
53+
4854
### Example
4955

56+
5057
```
51-
Arduino IDE version: 1.8.16
52-
STM32 Core Version 2.3.0
58+
Arduino IDE version: 1.8.19
59+
STM32 Core Version 2.4.0
5360
Nucleo-144 STM32H7 NUCLEO_H743ZI2
5461
OS: Ubuntu 20.04 LTS
55-
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
62+
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
5663
5764
Context:
5865
I encountered a crash while using this library
@@ -92,3 +99,5 @@ xy@xy-Inspiron-3593:~/Arduino/xy/STM32_PWM_GitHub$
9299
```
93100
xy@xy-Inspiron-3593:~/Arduino/xy/STM32_PWM_GitHub$ bash utils/restyle.sh
94101
```
102+
103+

0 commit comments

Comments
 (0)