Skip to content

Commit 10ef10b

Browse files
authored
feat: Add issue template for bug report
1 parent da8ca5e commit 10ef10b

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
name: Bug report
3+
about: Report something that does not work as intended
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## Context
11+
12+
Please answer a few questions to help us understand your problem better and guide you to a solution:
13+
14+
<!-- Tip: place the letter x in the checkboxes to tick them:
15+
- [ ] Unticked checkbox
16+
- [x] Ticked checkbox
17+
18+
You can also tick them by clicking after you've submitted your issue.
19+
-->
20+
21+
- What board are you using ?
22+
- `example: Arduino Leonardo`
23+
- _Please list any shields or other **relevant** hardware you're using_
24+
- What version of the Arduino IDE are you using ?
25+
- `example: 1.8.5`
26+
- How are you using MIDI ?
27+
- [ ] Hardware Serial (DIN plugs)
28+
- [ ] USB
29+
- [ ] Other (please specify)
30+
- Is your problem related to:
31+
- [ ] MIDI Input (reading messages from other devices)
32+
- [ ] MIDI Output (sending messages to other devices)
33+
- How comfortable are you with code ?
34+
- [ ] Complete beginner
35+
- [ ] I've done basic projects
36+
- [ ] I know my way around C/C++
37+
- [ ] Advanced / professional
38+
39+
## Describe your project and what you expect to happen:
40+
41+
<!--
42+
Example: When I press a switch on my pedalboard, it sends a SysEx message that I'd like to receive on my Arduino.
43+
44+
Note: Attachments (circuit diagrams, code examples) are most welcome and will help us understand your needs better and find a suitable solution for your issue.
45+
-->
46+
47+
## Describe your problem (what does not work):
48+
49+
<!--
50+
Example: I cannot receive SysEx messages coming from my AxeFX 2
51+
-->
52+
53+
## Steps to reproduce
54+
55+
<!--
56+
Please list the steps you took to hit the problem, so we can try and reproduce it.
57+
-->

0 commit comments

Comments
 (0)