]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - .github/ISSUE_TEMPLATE/success_image_report.yml
b189fab98b87bae6049f96f57595a8db00600ac0
[Ventoy.git] / .github / ISSUE_TEMPLATE / success_image_report.yml
1 name: Success Image Report
2 description: To report an image file that boot successfully in Ventoy and is not yet listed in https://www.ventoy.net/en/isolist.html
3 title: "[Success Image Report]: "
4 assignees:
5 - octocat
6 body:
7 - type: markdown
8 attributes:
9 value: |
10 Thanks for taking the time to fill out this report! I will be very glad to add the test result to the official website.
11 - type: checkboxes
12 id: faq
13 attributes:
14 label: Official Website List
15 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?
16 options:
17 - label: I have checked the list in official website and the image file is not listed there.
18 required: true
19 - type: input
20 id: version
21 attributes:
22 label: Ventoy Version
23 description: What version of ventoy did you test with the image file.
24 placeholder: 1.0.57
25 validations:
26 required: true
27 - type: dropdown
28 id: bios
29 attributes:
30 label: BIOS Mode
31 description: In which BIOS mode did you successfully test the image file? (It's recommended to test in both mode)
32 options:
33 - Legacy BIOS Mode
34 - UEFI Mode
35 - Both
36 validations:
37 required: true
38 - type: dropdown
39 id: partstyle
40 attributes:
41 label: Partition Style
42 description: Which partition style did you use with Ventoy?
43 options:
44 - MBR
45 - GPT
46 validations:
47 required: true
48 - type: dropdown
49 id: checksum
50 attributes:
51 label: Image file checksum type
52 description:
53 options:
54 - MD5
55 - SHA1
56 - SHA256
57 - SHA512
58 validations:
59 required: true
60 - type: input
61 id: checkvalue
62 attributes:
63 label: Image file checksum value
64 description: What is the image file checksum value corresponding to the above checksum type?
65 placeholder: xxxx
66 validations:
67 required: true
68 - type: input
69 id: link
70 attributes:
71 label: Image file download link (if applicable)
72 description: What is the image file download link?
73 placeholder: https://xxx
74 validations:
75 required: false
76 - type: input
77 id: testenv
78 attributes:
79 label: Test envrionment
80 description: The manufacturer/model of your computer.
81 placeholder: Lenovo Thinkpad T420 laptop
82 validations:
83 required: true
84 - type: textarea
85 id: details
86 attributes:
87 label: More Details?
88 description: You can give more details here.
89 value: "This image file booted successfully in Ventoy."
90 validations:
91 required: false
92