computer-host/.github/ISSUE_TEMPLATE/bug.yml

32 lines
798 B
YAML

name: Bug Report
description: Report a bug or unexpected behavior
labels: ["bug"]
body:
- type: textarea
id: description
attributes:
label: What happened?
description: A clear description of the bug.
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behavior
description: What did you expect to happen?
validations:
required: false
- type: textarea
id: reproduce
attributes:
label: Steps to reproduce
description: How can we reproduce this?
validations:
required: false
- type: textarea
id: environment
attributes:
label: Environment
description: OS, Go version, kernel version, Firecracker version, etc.
validations:
required: false