From 0a15e4e427cf5bc4a187b91bb55437c7850ce0c7 Mon Sep 17 00:00:00 2001 From: longpanda Date: Thu, 4 Nov 2021 17:20:42 +0800 Subject: [PATCH] Add image report template. --- .../ISSUE_TEMPLATE/success_image_report.yml | 92 +++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/success_image_report.yml diff --git a/.github/ISSUE_TEMPLATE/success_image_report.yml b/.github/ISSUE_TEMPLATE/success_image_report.yml new file mode 100644 index 00000000..e765d4d9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/success_image_report.yml @@ -0,0 +1,92 @@ +name: Success Image Report +description: To report an image file that boot OK in Ventoy and is not yet listed in official website. +title: "[Success Image Report]: " +assignees: + - octocat +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this report! + - type: checkboxes + id: faq + attributes: + label: Official Website List + description: Have you checked the list at [https://www.ventoy.net/en/isolist.html](https://www.ventoy.net/en/isolist.html) and the image file is not listed? + options: + - label: I have checked the list in official website and the image file is not listed there. + required: true + - type: input + id: version + attributes: + label: Ventoy Version + description: What version of ventoy did you test with the image file. + placeholder: 1.0.57 + validations: + required: true + - type: dropdown + id: bios + attributes: + label: BIOS Mode + description: In which BIOS mode did you successfully test the image file? (It's recommended to test in both mode) + options: + - Legacy BIOS Mode + - UEFI Mode + - Both + validations: + required: true + - type: dropdown + id: partstyle + attributes: + label: Partition Style + description: Which partition style did you use with Ventoy? + options: + - MBR + - GPT + validations: + required: true + - type: dropdown + id: checksum + attributes: + label: Image file checksum type + description: + options: + - MD5 + - SHA1 + - SHA256 + - SHA512 + validations: + required: true + - type: input + id: checkvalue + attributes: + label: Image file checksum value + description: What is the image file checksum value corresponding to the above checksum type? + placeholder: xxxx + validations: + required: true + - type: input + id: link + attributes: + label: Image file download link (if applicable) + description: What is the image file download link? + placeholder: https://xxx + validations: + required: false + - type: input + id: testenv + attributes: + label: Test envrionment + description: The manufacturer/model of your computer. + placeholder: Lenovo Thinkpad T420 laptop + validations: + required: true + - type: textarea + id: details + attributes: + label: More Details? + description: You can give more details here. + value: "This image file booted successfully in Ventoy." + validations: + required: false +