Skip to content

Commit

Permalink
repo: minor update to issue summary (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored Nov 14, 2023
1 parent fa1bc24 commit 866e782
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,27 @@ body:
- type: textarea
attributes:
label: Version
description: What is the output of `colima version`, `limactl --version` and `qemu-img --version`.
value: |
Colima Version:
Lima Version:
Qemu Version:
description: Please show the output of `colima version && limactl --version && qemu-img --version`.
- type: checkboxes
attributes:
label: Operating System
description: Which Operating System does this issue happen on? Check all that apply.
description: Which Operating System/Architecture does this issue happen on? Check all that apply.
options:
- label: macOS Intel <= 12 (Monterrey)
- label: macOS Intel <= 13 (Ventura)
required: false
- label: macOS Intel >= 13 (Ventura)
- label: macOS Intel >= 14 (Sonoma)
required: false
- label: macOS M1 <= 12 (Monterrey)
- label: Apple Silicon <= 13 (Ventura)
required: false
- label: macOS M1 >= 13 (Ventura)
- label: Apple Silicon >= 14 (Sonoma)
required: false
- label: Linux
required: false
- type: textarea
attributes:
label: Output of `colima status`
description: The output of `colima status` or `colima status -p <profilename>` tells us what vm-type and mount type, etc.
value:
value:
- type: textarea
attributes:
label: Reproduction Steps
Expand Down

0 comments on commit 866e782

Please sign in to comment.