From 866e782e20694f939cb12386e56eb29753ef7b32 Mon Sep 17 00:00:00 2001 From: Randy Fay Date: Mon, 13 Nov 2023 22:36:32 -0700 Subject: [PATCH] repo: minor update to issue summary (#858) --- .github/ISSUE_TEMPLATE/bug_report.yaml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 5fea8c6f3..6cbfe881e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -8,23 +8,19 @@ 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 @@ -32,7 +28,7 @@ body: attributes: label: Output of `colima status` description: The output of `colima status` or `colima status -p ` tells us what vm-type and mount type, etc. - value: + value: - type: textarea attributes: label: Reproduction Steps