You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devices/.github/ISSUE_TEMPLATE/bug_report.md

632 B

name about
Bug report Signal a problem with a device driver.

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Run program
package main

import (
  "periph.io/x/host/v3"
)

func main() {
  host.Init()
}
  1. Run it.
  2. See error

Expected behavior A clear and concise description of what you expected to happen.

Platform (please complete the following information):

  • OS: [e.g. Raspbian Buster Lite]
  • Board [e.g. Raspberry Pi 4]
  • Device [e.g. cap1114]

Additional context Add any other context about the problem here.