]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - .github/ISSUE_TEMPLATE/success_image_report.yml
1.0.91 release
[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 I list all the successfully tested image files in the official website: https://www.ventoy.net/en/isolist.html
11 If you successfully test an image file which is not listed in the above page, you can tell me and I will be very glad to add it to the tested list.
12 - type: checkboxes
13 id: faq
14 attributes:
15 label: Official Website List
16 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?
17 options:
18 - label: I have checked the list in official website and the image file is not listed there.
19 required: true
20 - type: input
21 id: version
22 attributes:
23 label: Ventoy Version
24 description: What version of ventoy did you test with the image file.
25 placeholder: 1.0.57
26 validations:
27 required: true
28 - type: dropdown
29 id: bios
30 attributes:
31 label: BIOS Mode
32 description: In which BIOS mode did you successfully test the image file? (It's recommended to test in both mode)
33 options:
34 - Legacy BIOS Mode
35 - UEFI Mode
36 - Both
37 validations:
38 required: true
39 - type: dropdown
40 id: partstyle
41 attributes:
42 label: Partition Style
43 description: Which partition style did you use with Ventoy?
44 options:
45 - MBR
46 - GPT
47 validations:
48 required: true
49 - type: input
50 id: filename
51 attributes:
52 label: Image file name
53 description: The successfully tested image file name.
54 placeholder: xxxx.iso
55 validations:
56 required: true
57 - type: dropdown
58 id: checksum
59 attributes:
60 label: Image file checksum type
61 description:
62 options:
63 - MD5
64 - SHA1
65 - SHA256
66 - SHA512
67 validations:
68 required: true
69 - type: input
70 id: checkvalue
71 attributes:
72 label: Image file checksum value
73 description: What is the image file checksum value corresponding to the above checksum type?
74 placeholder: xxxx
75 validations:
76 required: true
77 - type: input
78 id: link
79 attributes:
80 label: Image file download link (if applicable)
81 description: What is the image file download link?
82 placeholder: https://xxx
83 validations:
84 required: false
85 - type: input
86 id: testenv
87 attributes:
88 label: Test environment
89 description: The manufacturer/model and other details about your computer (or VM).
90 placeholder: Lenovo Thinkpad T420 laptop
91 validations:
92 required: true
93 - type: textarea
94 id: details
95 attributes:
96 label: More Details?
97 description: You can give more details here.
98 value: "This image file booted successfully in Ventoy."
99 validations:
100 required: false
101