Skip to content

Commit c1707cf

Browse files
authored
Create bug/issue template
1 parent 77ead8d commit c1707cf

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
name: Bug report
3+
about: Create a bug/issue report to contribute and get support
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
It is important to describe your problem clear enough in order to have a more efficient solution process.
11+
12+
Your description must include hardware info, detailed explanation of your problem, shortest code block to reproduce the error, expected behavior of the code block, exact error message and screenshots (if applicable).
13+
14+
------------------------------------------------ remove above ------------------------------------------------
15+
16+
### Hardware:
17+
Board | : | Deneyap Kart
18+
----- | - | ------------
19+
Core version | : | 1.0.0 or ?
20+
IDE | : | Arduino IDE or ?
21+
Computer OS | : | Win or ?
22+
Upload mode | : | auto or manual ?
23+
Upload speed | : | 921600 or ?
24+
CPU frequecny | : | 240MHz or ?
25+
Flash frequency | : | 40MHz or 80MHz ?
26+
Flash mode | : | qio or ?
27+
Partition scheme | : | default or ?
28+
29+
### Description:
30+
Describe your problem here.
31+
32+
### Sketch to reproduce the error:
33+
```cpp
34+
//Change the code below by your sketch
35+
#include <Arduino.h>
36+
37+
void setup() {
38+
}
39+
40+
void loop() {
41+
}
42+
```
43+
44+
**Steps to reproduce the behavior:**
45+
1. Go to '...'
46+
2. Click on '....'
47+
3. Scroll down to '....'
48+
4. See error
49+
50+
### Expected behavior:
51+
A clear and concise description of what you expected to happen.
52+
53+
### Debug Messages:
54+
```
55+
Enable Core debug level: Debug on tools menu of Arduino IDE, then put the serial output here.
56+
```
57+
58+
### Screenshots:
59+
If applicable, add screenshots to help explain your problem.
60+
61+
### Additional context:
62+
Add any other context about the problem here.

0 commit comments

Comments
 (0)