mirror of
https://github.com/ventoy/Ventoy.git
synced 2024-12-26 23:25:57 -05:00
issue template
This commit is contained in:
parent
c02a6955c3
commit
c8ce2ae85a
9
.github/ISSUE_TEMPLATE/issue_template.yml
vendored
9
.github/ISSUE_TEMPLATE/issue_template.yml
vendored
@ -1,19 +1,18 @@
|
|||||||
name: Bug Report
|
name: Issue Report
|
||||||
description: File a bug report
|
description: File an issue report
|
||||||
title: "[Bug]: "
|
title: "[Bug]: "
|
||||||
labels: [bug, triage]
|
|
||||||
assignees:
|
assignees:
|
||||||
- octocat
|
- octocat
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for taking the time to fill out this bug report!
|
Thanks for taking the time to fill out this issue report!
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: faq
|
id: faq
|
||||||
attributes:
|
attributes:
|
||||||
label: Official FAQ
|
label: Official FAQ
|
||||||
description: Have you checked the official at [https://www.ventoy.net/en/faq.html](https://www.ventoy.net/en/faq.html) ?
|
description: Have you checked the official FAQ at [https://www.ventoy.net/en/faq.html](https://www.ventoy.net/en/faq.html) ?
|
||||||
options:
|
options:
|
||||||
- label: I have checked the official FAQ.
|
- label: I have checked the official FAQ.
|
||||||
required: true
|
required: true
|
||||||
|
27
.github/ISSUE_TEMPLATE/other_issue.yml
vendored
27
.github/ISSUE_TEMPLATE/other_issue.yml
vendored
@ -1,27 +0,0 @@
|
|||||||
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
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user