From e7d05df9fa0ca0dcbda030e1a204a08b1e1b335f Mon Sep 17 00:00:00 2001 From: longpanda <59477474+ventoy@users.noreply.github.com> Date: Tue, 31 Aug 2021 16:47:40 +0800 Subject: [PATCH] Update issue_template.yml --- .github/ISSUE_TEMPLATE/issue_template.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/issue_template.yml b/.github/ISSUE_TEMPLATE/issue_template.yml index 4298ac3..59aaf77 100644 --- a/.github/ISSUE_TEMPLATE/issue_template.yml +++ b/.github/ISSUE_TEMPLATE/issue_template.yml @@ -63,6 +63,13 @@ body: placeholder: 32GB validations: required: true + - type: input + id: vendor + attributes: + label: Disk Manufacturer + description: What is the manufacturer of the disk installed with Ventoy? (e.g. SanDisk/Kingston...) + validations: + required: false - type: dropdown id: checksum attributes: -- 2.47.3