Skip to content

Commit 2191a59

Browse files
authored
Update issue templates
1 parent 311e751 commit 2191a59

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
name: Bug report
3+
about: Bug Report
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**Expected behavior**
14+
A clear and concise description of what you expected to happen.
15+
16+
**Images**
17+
18+
If it is a visual issue then take a picture of it or a video and add it here.
19+
20+
**If you are having a problem compiling paste the build output below. (NO SCREENSHOTS)**
21+
22+
```shell
23+
PASTE OUTPUT HERE
24+
```
25+
26+
**If your problem is running the binding please past the code you are using below.***
27+
I need to see ALL of the setup code exactly as it is being ran.
28+
29+
```python
30+
PASTE CODE HERE
31+
```
32+
33+
**Exact make and model number of the MCU that you are compiling for or the firmware is running on. **
34+
35+
* Make:
36+
* Model:
37+
38+
**For ESP32 MCU's The PSRAM and FLASH SPI type, quad SPI or octal SPI.**
39+
40+
* PSRAM: quad OR octal
41+
* FLASH: quad OR octal
42+
43+
I need to know the OS and OS version of the machine that compiled the binary. If using a VM then I need to know the OS and OS version the VM is running. (WSL == VM)
44+
- OS: [e.g. iOS]
45+
46+
**Build Command**
47+
48+
```shell
49+
BUILD COMMAND HERE
50+
```

0 commit comments

Comments
 (0)