From 9433daf92c3bad373e0020c63db6becf7e80ceec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=AB=E4=B9=90=E5=B0=8F=E7=89=9B?= <48382562+klxiaoniu@users.noreply.github.com> Date: Thu, 3 Aug 2023 14:21:25 +0800 Subject: [PATCH] docs: update issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f67626e630..c00b4af7a5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -51,13 +51,13 @@ body: - type: checkboxes id: latest attributes: - label: Version requirement/版本要求 + label: Version and Other Requirements/版本和其他要求 options: - label: I am using latest debug CI version of QAuxiliary and enable verbose log/我正在使用最新 CI 调试版本且启用详细日志 required: true - label: I have checked recent Issues (including Open and Closed) and have not found this Issue/我已经查看近期 Issues(包含 Open 和 Closed),未发现已存在此 Issue required: true - - label: The QQ I use is the official version, not the beta version/我使用的 QQ 是正式版本,而非测试版 + - label: The QQ I am using is an official release version, not a modified or beta version/我使用的 QQ 是官方发布的正式版本,而非修改版或测试版 required: true - type: textarea attributes: