mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-01-15 16:53:19 -05:00
28 lines
717 B
YAML
28 lines
717 B
YAML
|
name: Common Issue
|
||
|
description: Report a common issue
|
||
|
title: "[Issue]: "
|
||
|
assignees:
|
||
|
- octocat
|
||
|
body:
|
||
|
- type: markdown
|
||
|
attributes:
|
||
|
value: |
|
||
|
Thanks for taking the time to fill out this issue report!
|
||
|
- type: checkboxes
|
||
|
id: faq
|
||
|
attributes:
|
||
|
label: Official FAQ
|
||
|
description: Have you checked the official at [https://www.ventoy.net/en/faq.html](https://www.ventoy.net/en/faq.html) ?
|
||
|
options:
|
||
|
- label: I have checked the official FAQ.
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
id: what-happened
|
||
|
attributes:
|
||
|
label: Details about the issue
|
||
|
description: Tell me what problem you have.
|
||
|
value: "issue"
|
||
|
validations:
|
||
|
required: true
|
||
|
|