]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - .github/ISSUE_TEMPLATE/issue_template.yml
1.0.74 release
[Ventoy.git] / .github / ISSUE_TEMPLATE / issue_template.yml
1 name: Issue Report
2 description: File an issue report
3 title: "[issue]: "
4 assignees:
5 - octocat
6 body:
7 - type: markdown
8 attributes:
9 value: |
10 Thanks for taking the time to fill out this issue report!
11 - type: checkboxes
12 id: faq
13 attributes:
14 label: Official FAQ
15 description: Have you checked the official FAQ at [https://www.ventoy.net/en/faq.html](https://www.ventoy.net/en/faq.html) ?
16 options:
17 - label: I have checked the official FAQ.
18 required: true
19 - type: input
20 id: version
21 attributes:
22 label: Ventoy Version
23 description: What version of ventoy are you running?
24 placeholder: 1.0.74
25 validations:
26 required: true
27 - type: dropdown
28 id: latestrelease
29 attributes:
30 label: What about latest release
31 description: Have you tried with the latest release of Ventoy?
32 options:
33 - Yes. I have tried the latest release, but the bug still exist.
34 - No. I didn't try the latest release.
35 validations:
36 required: true
37 - type: dropdown
38 id: bios
39 attributes:
40 label: BIOS Mode
41 description: In which BIOS mode did you find the bug?
42 options:
43 - Legacy BIOS Mode
44 - UEFI Mode
45 - Both
46 validations:
47 required: true
48 - type: dropdown
49 id: partstyle
50 attributes:
51 label: Partition Style
52 description: Which partition style did you select when you install Ventoy?
53 options:
54 - MBR
55 - GPT
56 validations:
57 required: true
58 - type: input
59 id: capacity
60 attributes:
61 label: Disk Capacity
62 description: What is the capacity of the disk installed with Ventoy?
63 placeholder: 32GB
64 validations:
65 required: true
66 - type: input
67 id: vendor
68 attributes:
69 label: Disk Manufacturer
70 description: What is the manufacturer of the disk installed with Ventoy? (e.g. SanDisk/Kingston...)
71 validations:
72 required: false
73 - type: dropdown
74 id: checksum
75 attributes:
76 label: Image file checksum (if applicable)
77 description: Have you checked the image file in Ventoy's menu as [https://www.ventoy.net/en/faq.html#faq_boot_checksum](https://www.ventoy.net/en/faq.html#faq_boot_checksum) ?
78 options:
79 - Yes.
80 - No.
81 validations:
82 required: false
83 - type: input
84 id: link
85 attributes:
86 label: Image file download link (if applicable)
87 description: What is the image file download link?
88 placeholder: https://xxx
89 validations:
90 required: false
91 - type: textarea
92 id: what-happened
93 attributes:
94 label: What happened?
95 description: Tell me what happened. It's highly recommended to include some photo or video about the bug.
96 placeholder: Tell us what you see!
97 value: "A bug happened!"
98 validations:
99 required: true
100