From 6b22a6200e8f72d3260d292800a8786666623bfc Mon Sep 17 00:00:00 2001 From: longpanda Date: Wed, 21 Sep 2022 11:27:51 +0800 Subject: [PATCH] upate issue template --- .github/ISSUE_TEMPLATE/issue_template.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue_template.yml b/.github/ISSUE_TEMPLATE/issue_template.yml index a0896224..e8cf28f0 100644 --- a/.github/ISSUE_TEMPLATE/issue_template.yml +++ b/.github/ISSUE_TEMPLATE/issue_template.yml @@ -21,7 +21,7 @@ body: attributes: label: Ventoy Version description: What version of ventoy are you running? - placeholder: 1.0.79 + placeholder: 1.0.80 validations: required: true - type: dropdown @@ -34,6 +34,16 @@ body: - No. I didn't try the latest release. validations: required: true + - type: dropdown + id: alternativemode + attributes: + label: Try alternative boot mode + description: Have you tried alternative boot mode? (wimboot mode for Windows/WinPE, grub2 mode for linux) + options: + - Yes. I have tried them, but the bug still exist. + - No. I didn't try these alternative boot modes. + validations: + required: true - type: dropdown id: bios attributes: