arduino_midi_library/.github/ISSUE_TEMPLATE/bug_report.md

1.6 KiB

name about title labels assignees
Bug report Report something that does not work as intended bug

Context

Please answer a few questions to help us understand your problem better and guide you to a solution:

  • What board are you using ?
    • example: Arduino Leonardo
    • Please list any shields or other relevant hardware you're using
  • What version of the Arduino IDE are you using ?
    • example: 1.8.5
  • How are you using MIDI ?
    • Hardware Serial (DIN plugs)
    • USB
    • Other (please specify)
  • Is your problem related to:
    • MIDI Input (reading messages from other devices)
    • MIDI Output (sending messages to other devices)
  • How comfortable are you with code ?
    • Complete beginner
    • I've done basic projects
    • I know my way around C/C++
    • Advanced / professional

Describe your project and what you expect to happen:

Describe your problem (what does not work):

Steps to reproduce