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