]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - .github/ISSUE_TEMPLATE/issue_template.yml
1.0.87 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.87
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: alternativemode
39 attributes:
40 label: Try alternative boot mode
41 description: Have you tried alternative boot mode? (wimboot mode for Windows/WinPE, grub2 mode for linux)
42 options:
43 - Yes. I have tried them, but the bug still exist.
44 - No. I didn't try these alternative boot modes.
45 validations:
46 required: true
47 - type: dropdown
48 id: bios
49 attributes:
50 label: BIOS Mode
51 description: In which BIOS mode did you find the bug?
52 options:
53 - Legacy BIOS Mode
54 - UEFI Mode
55 - Both
56 validations:
57 required: true
58 - type: dropdown
59 id: partstyle
60 attributes:
61 label: Partition Style
62 description: Which partition style did you select when you install Ventoy?
63 options:
64 - MBR
65 - GPT
66 validations:
67 required: true
68 - type: input
69 id: capacity
70 attributes:
71 label: Disk Capacity
72 description: What is the capacity of the disk installed with Ventoy?
73 placeholder: 32GB
74 validations:
75 required: true
76 - type: input
77 id: vendor
78 attributes:
79 label: Disk Manufacturer
80 description: What is the manufacturer of the disk installed with Ventoy? (e.g. SanDisk/Kingston...)
81 validations:
82 required: false
83 - type: dropdown
84 id: checksum
85 attributes:
86 label: Image file checksum (if applicable)
87 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) ?
88 options:
89 - Yes.
90 - No.
91 validations:
92 required: false
93 - type: input
94 id: link
95 attributes:
96 label: Image file download link (if applicable)
97 description: What is the image file download link?
98 placeholder: https://xxx
99 validations:
100 required: false
101 - type: textarea
102 id: what-happened
103 attributes:
104 label: What happened?
105 description: Tell me what happened. It's highly recommended to include some photo or video about the bug.
106 placeholder: Tell us what you see!
107 value: "A bug happened!"
108 validations:
109 required: true
110