From 99d095f646e86805ad7b6dc269d79c732ee793ce Mon Sep 17 00:00:00 2001 From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:03:10 -0400 Subject: [PATCH] [ci skip] Improve issue template checklist --- .github/ISSUE_TEMPLATE/en_bug_report.yml | 10 ++++++++-- .github/ISSUE_TEMPLATE/zh_bug_report.yml | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/en_bug_report.yml b/.github/ISSUE_TEMPLATE/en_bug_report.yml index cf6c863c..9aece1e4 100644 --- a/.github/ISSUE_TEMPLATE/en_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/en_bug_report.yml @@ -10,12 +10,18 @@ body: - type: checkboxes attributes: - label: Is there an existing issue for this? + label: Checklist description: | - Please search to see if an issue already exists for the bug you encountered. + Before you scroll down, select boxes below. options: - label: I have searched the existing issues required: true + - label: I ticked all the boxes without actually reading them + required: false + - label: I am using latest Leaf build from https://github.com/Winds-Studio/Leaf/releases + required: true + - label: I tested and couldn't replicate this issue on [latest Purpur build](https://purpurmc.org/) + required: true - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/zh_bug_report.yml b/.github/ISSUE_TEMPLATE/zh_bug_report.yml index cd0db779..125fe4f3 100644 --- a/.github/ISSUE_TEMPLATE/zh_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/zh_bug_report.yml @@ -10,12 +10,18 @@ body: - type: checkboxes attributes: - label: 是否已存在相关问题? + label: 自我检查表 description: | - 请浏览 [Issues](https://github.com/Winds-Studio/Leaf/issues),并检查你的问题是否已被别人汇报! + 在浏览并填写其他选项之前, 请先勾选以下的框. options: - label: 我已经浏览过Issue,并确保汇报的不是已知问题 required: true + - label: 我勾选了所有框, 因为我根本就没仔细看他们是什么 + required: false + - label: 我正在使用从 https://github.com/Winds-Studio/Leaf/releases 下载的最新 Leaf 构建 + required: true + - label: 我无法在 [Purpur 最新构建](https://purpurmc.org/) 上复现此问题 + required: true - type: textarea attributes: