From 6a5d72113ef994cf9e6d4fa0659f7034b1523141 Mon Sep 17 00:00:00 2001 From: pppscn <35696959@qq.com> Date: Thu, 4 Aug 2022 14:00:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=EF=BC=9Aissue=20=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E6=A8=A1=E6=9D=BF=EF=BC=88=E8=AF=B7=E5=8A=A1=E5=BF=85?= =?UTF-8?q?=E6=8C=89=E7=85=A7=E6=A8=A1=E6=9D=BF=E5=A1=AB=E5=86=99=EF=BC=8C?= =?UTF-8?q?=E9=81=BF=E5=85=8D=E6=B5=AA=E8=B4=B9=E4=BD=A0=E6=88=91=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E9=97=B4=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/issue_template_bug.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue_template_bug.yml b/.github/ISSUE_TEMPLATE/issue_template_bug.yml index d85cc11d..6da9ca7a 100644 --- a/.github/ISSUE_TEMPLATE/issue_template_bug.yml +++ b/.github/ISSUE_TEMPLATE/issue_template_bug.yml @@ -13,8 +13,8 @@ body: - type: dropdown id: similar-issues attributes: - label: 是否有人曾提过类似的问题【必答】:是/否(看看曾经有人提过类似的问题,先参考一下别人是怎么解决的) - description: Whether someone has raised similar issues [Required]: yes/no (see if someone has raised similar issues, first refer to how others solved it) + label: 是否有人曾提过类似的问题【必答】 + description: Whether someone has raised similar issues [Required] options: - 否(No) - 是(Yes) @@ -23,8 +23,8 @@ body: - type: dropdown id: latest-version attributes: - label: 升级到最新的版本是否存在这个问题【必答】:是/否(如果用的是旧版本的话,建议升级看问题是否还存在) - description: Is there this problem when upgrading to the latest version [Required]: yes/no (if you are using an old version, it is recommended to upgrade to see if the problem still exists) + label: 升级到最新的版本是否存在这个问题【必答】 + description: Is there this problem when upgrading to the latest version [Required] options: - 否(No) - 是(Yes) @@ -33,8 +33,8 @@ body: - type: dropdown id: read-wiki attributes: - label: 是否已经查阅Wiki文档还未能解决的【必答】:是/否(Wiki提供最常见的问题解答,以及排查流程,可以看看是否有自己想要的) - description: Whether you have consulted the Wiki documentation that has not been resolved [Required]: yes/no (Wiki provides the most common questions and answers, as well as the troubleshooting process, you can see if you have what you want) + label: 是否已经查阅Wiki文档还未能解决的【必答】 + description: Whether you have consulted the Wiki documentation that has not been resolved [Required] options: - 否(No) - 是(Yes) @@ -61,7 +61,7 @@ body: attributes: label: 复现步骤【必填】 description: Reproduction steps [Required] - placeholder: 注意:目前不受理没有复现步骤的 Bug 单 (Note: Bug tickets without reproduction steps are currently not accepted) + placeholder: 注意:目前不受理没有复现步骤的 Bug 单 (Note:Bug tickets without reproduction steps are currently not accepted) validations: required: true - type: dropdown @@ -87,7 +87,7 @@ body: attributes: label: 出现问题的安卓版本【必填】 description: Android version in question [Required] - placeholder: 请填写出现问题的 Android 版本(例如:Android 12)、系统版本(例如:MIUI 13)(Please fill in the Android version in question (eg: Android 12), system version (eg: MIUI 13)) + placeholder: 请填写出现问题的 Android 版本(例如:Android 12)、系统版本(例如:MIUI 13)(Please fill in the Android version in question (eg:Android 12), system version (eg:MIUI 13)) validations: required: true - type: textarea