]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - .github/ISSUE_TEMPLATE/other_issue.yml
Add issue template
[Ventoy.git] / .github / ISSUE_TEMPLATE / other_issue.yml
1 name: Common Issue
2 description: Report a common issue
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 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: textarea
20 id: what-happened
21 attributes:
22 label: Details about the issue
23 description: Tell me what problem you have.
24 value: "issue"
25 validations:
26 required: true
27