From c86200bc7cf33b90dafedeee03bc746a32f0bcd0 Mon Sep 17 00:00:00 2001 From: pppscn <35696959@qq.com> Date: Thu, 4 Aug 2022 14:04:20 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue_template_bug.yml b/.github/ISSUE_TEMPLATE/issue_template_bug.yml index 6da9ca7a..07dfec19 100644 --- a/.github/ISSUE_TEMPLATE/issue_template_bug.yml +++ b/.github/ISSUE_TEMPLATE/issue_template_bug.yml @@ -85,9 +85,9 @@ body: - type: input id: android-version 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)) + label: 出现问题的安卓版本、系统版本【必填】 + description: Android version, system version in question [Required] + placeholder: 例如:Android 12、MIUI 13 validations: required: true - type: textarea @@ -107,4 +107,4 @@ body: attributes: label: 提供解决方案 description: Provide a solution - placeholder: 如果已经解决了的话,此项不强制 (if it has been solved, this is not mandatory) \ No newline at end of file + placeholder: 如果已经解决了的话可以写下你的解决方法,此项不强制 (if it has been solved, this is not mandatory) \ No newline at end of file