Skip to content

Commit 16b76cc

Browse files
authored
Update issue templates
1 parent 8c1fc98 commit 16b76cc

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Please, before reporting any issue**
11+
- Make sure you are using the latest Arduino_Core_STM32 version.
12+
https://github.com/stm32duino/Arduino_Core_STM32/releases/latest
13+
- Make sure the issue is not already reported/fixed on GitHub or discussed on the [stm32duino forum](http://stm32duino.com)
14+
- Submit a GitHub issue only for reporting a problem related to the [Arduino_Core_STM32](https://github.com/stm32duino/Arduino_Core_STM32).
15+
- **Avoid** to submit a GitHub issue for project troubleshooting.
16+
17+
Any questions/feedback/suggestions should be discussed on the [stm32duino forum](http://stm32duino.com):
18+
* questions on the [STM32 Core](http://stm32duino.com/viewforum.php?f=48)
19+
* bugs/enhancements on the [STM core: Bugs and enhancements](http://stm32duino.com/viewforum.php?f=49)
20+
21+
When reporting any issue, please try to provide all relevant information:
22+
23+
**Describe the bug**
24+
A clear and concise description of what the bug is.
25+
26+
**To Reproduce**
27+
Complete source code which can be used to reproduce the issue. Please try to be as generic as possible (no extra code, extra hardware,...)
28+
29+
Steps to reproduce the behavior:
30+
1. Plug
31+
2. Press USER_BTN
32+
3. See error
33+
34+
**Expected behavior**
35+
A clear and concise description of what you expected to happen.
36+
37+
**Screenshots**
38+
If applicable, add screenshots to help explain your problem.
39+
40+
**Desktop (please complete the following information):**
41+
- OS: [e.g. Windows]
42+
- Arduino IDE version: [e.g. 1.8.8]
43+
- STM32 core version: [e.g. 1.4.0]
44+
- Tools menu settings if not the default: [e.g. Newlib Standard, No Serial]
45+
- Upload method: [e.g. STLink]
46+
47+
**Board (please complete the following information):**
48+
- Name: [e.g. Nucleo F429ZI]
49+
- Hardware Revision: [e.g. Rev B]
50+
- Extra hardware used if any: [e.g. X-Nucleo IKS01A1]
51+
52+
**Additional context**
53+
Add any other context about the problem here.

0 commit comments

Comments
 (0)