Skip to content

Commit

Permalink
misc: update issue template (#347)
Browse files Browse the repository at this point in the history
* misc: update issue template

* misc: update issue template
  • Loading branch information
abiosoft authored Jun 22, 2022
1 parent cfb215b commit fe1f8cc
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
name: Issue report
description: Report an issue
name: Bug report
description: Report a bug or issue
body:
- type: textarea
attributes:
label: Description
description: A clear and concise description of what the issue is.
- type: input
attributes:
label: Colima Version
description: What is the output of `colima version`
- type: input
attributes:
label: Lima Version
description: What is the output of `limactl --version`
- type: input
- type: textarea
attributes:
label: Qemu Version
description: What is the output of `qemu-img --version`
label: Version
description: What is the output of `colima version`, `limactl --version` and `qemu-img --version`
value: |
Colima Version:
Lima Version:
Qemu Version:
- type: checkboxes
attributes:
label: Operating System
Expand Down

0 comments on commit fe1f8cc

Please sign in to comment.