|
|
@@ -0,0 +1,37 @@
|
|
|
+---
|
|
|
+name: Bug report
|
|
|
+about: Create a report to help us improve
|
|
|
+title: ''
|
|
|
+labels: ''
|
|
|
+assignees: ''
|
|
|
+
|
|
|
+---
|
|
|
+
|
|
|
+**Describe the bug**
|
|
|
+A clear and concise description of what the bug is.
|
|
|
+
|
|
|
+**Sources to reproduce**
|
|
|
+Please provide link to repository showing the problem.
|
|
|
+ - Fork this repository
|
|
|
+ - Modify an existing example to show the abnormal behavior
|
|
|
+ - Share the link to the commit in your fork showing the problem
|
|
|
+
|
|
|
+**Steps to reproduce**
|
|
|
+1. Go to '...'
|
|
|
+2. Click on '....'
|
|
|
+3. Scroll down to '....'
|
|
|
+4. See error
|
|
|
+
|
|
|
+**Expected behavior**
|
|
|
+A clear and concise description of what you expected to happen.
|
|
|
+
|
|
|
+**Screenshots**
|
|
|
+If applicable, add screenshots to help explain your problem.
|
|
|
+
|
|
|
+**Environment (please complete the following information):**
|
|
|
+ - OS: [e.g. iOS]
|
|
|
+ - Compiler: [e.g. arm-none-eabi-gcc +version]
|
|
|
+ - stm32-cmake: [v2.0 or 86d1dd2 or ...]
|
|
|
+
|
|
|
+**Additional context**
|
|
|
+Add any other context about the problem here.
|