From 07a386c963a92ad1b9394b624f461aa93563949d Mon Sep 17 00:00:00 2001 From: longpanda Date: Mon, 5 Jul 2021 16:49:31 +0800 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/issue_template.yml | 86 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/other_issue.yml | 27 +++++++ 3 files changed, 114 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/issue_template.yml create mode 100644 .github/ISSUE_TEMPLATE/other_issue.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/issue_template.yml b/.github/ISSUE_TEMPLATE/issue_template.yml new file mode 100644 index 00000000..91645f6b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_template.yml @@ -0,0 +1,86 @@ +name: Bug Report +description: File a bug report +title: "[Bug]: " +labels: [bug, triage] +assignees: + - octocat +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug 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: input + id: version + attributes: + label: Ventoy Version + description: What version of ventoy are you running? + placeholder: 1.0.46 + validations: + required: true + - type: dropdown + id: latestrelease + attributes: + label: What about latest release + description: Have you tried with the latest release of Ventoy? + options: + - Yes. I have tried the latest release, but the bug still exist. + - No. I didn't try the latest release. + validations: + required: true + - type: dropdown + id: bios + attributes: + label: BIOS Mode + description: In which BIOS mode did you find the bug? + options: + - Legacy BIOS Mode + - UEFI Mode + - Both + validations: + required: true + - type: dropdown + id: partstyle + attributes: + label: Partition Style + description: Which partition style did you select when you install Ventoy? + options: + - MBR + - GPT + validations: + required: true + - type: input + id: capacity + attributes: + label: Disk Capacity + description: What is the capacity of the disk installed with Ventoy? + placeholder: 32GB + validations: + required: true + - type: dropdown + id: checksum + attributes: + label: Image file checksum (if applicable) + 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) ? + options: + - Yes. + - No. + validations: + required: false + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Tell me what happened. It's highly recommended to include some photo or video about the bug. + placeholder: Tell us what you see! + value: "A bug happened!" + validations: + required: true + diff --git a/.github/ISSUE_TEMPLATE/other_issue.yml b/.github/ISSUE_TEMPLATE/other_issue.yml new file mode 100644 index 00000000..e2592563 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other_issue.yml @@ -0,0 +1,27 @@ +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 +