]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - .github/ISSUE_TEMPLATE/success_image_report.yml
template update
[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: input
49 id: filename
50 attributes:
51 label: Image file name
52 description: The successfully tested image file name.
53 placeholder: xxxx.iso
54 validations:
55 required: true
56 - type: dropdown
57 id: checksum
58 attributes:
59 label: Image file checksum type
60 description:
61 options:
62 - MD5
63 - SHA1
64 - SHA256
65 - SHA512
66 validations:
67 required: true
68 - type: input
69 id: checkvalue
70 attributes:
71 label: Image file checksum value
72 description: What is the image file checksum value corresponding to the above checksum type?
73 placeholder: xxxx
74 validations:
75 required: true
76 - type: input
77 id: link
78 attributes:
79 label: Image file download link (if applicable)
80 description: What is the image file download link?
81 placeholder: https://xxx
82 validations:
83 required: false
84 - type: input
85 id: testenv
86 attributes:
87 label: Test envrionment
88 description: The manufacturer/model of your computer.
89 placeholder: Lenovo Thinkpad T420 laptop
90 validations:
91 required: true
92 - type: textarea
93 id: details
94 attributes:
95 label: More Details?
96 description: You can give more details here.
97 value: "This image file booted successfully in Ventoy."
98 validations:
99 required: false
100