From 98db7bb72aad1e35613d0c40db2e9c329a368ab1 Mon Sep 17 00:00:00 2001 From: tisfeng Date: Fri, 21 Jun 2024 23:13:07 +0800 Subject: [PATCH] chore: update issue templates --- .github/ISSUE_TEMPLATE/cn_bug_report_zh.yml | 10 +++++----- .github/ISSUE_TEMPLATE/en_bug_report.yml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/cn_bug_report_zh.yml b/.github/ISSUE_TEMPLATE/cn_bug_report_zh.yml index 944a77cd4..31e87fc65 100644 --- a/.github/ISSUE_TEMPLATE/cn_bug_report_zh.yml +++ b/.github/ISSUE_TEMPLATE/cn_bug_report_zh.yml @@ -58,7 +58,7 @@ body: label: 截图 description: | 请提供问题截图。若截图不便于描述问题,请提供录屏,方便开发者排查。 - placeholder: 请提供问题相关的截图 + placeholder: 请提供问题相关截图 validations: required: true @@ -67,7 +67,7 @@ body: attributes: label: 运行日志 description: "请提供运行日志,方便开发者排查:菜单图标 -> 帮助 -> 导出日志。(日志目录:`~/Library/Caches/com.izual.Easydict/MMLogs`)" - placeholder: 运行日志 + placeholder: 请上传运行日志 validations: required: true @@ -76,7 +76,7 @@ body: attributes: label: 期望结果 description: 请描述您期望的结果。 - placeholder: 期望结果 + placeholder: 你期望的结果 validations: required: true @@ -85,7 +85,7 @@ body: attributes: label: 解决方案(可选) description: 对于该问题,您有什么预想的解决方案,或者建议? - placeholder: 解决方案 + placeholder: 你的解决方案 - type: input id: device @@ -102,4 +102,4 @@ body: label: 是否愿意提交 PR 解决该问题? description: 我们非常欢迎您提交 PR,当开发者人力不足时,提交 PR 是解决该问题最快的方式。如果对 objc 或 Swift 语言不熟悉,可以尝试使用 ChatGPT,也许它能帮到你。 options: - - label: 我愿意提交 PR 解决该问题 + - label: 我愿意提交 PR 来解决该问题 diff --git a/.github/ISSUE_TEMPLATE/en_bug_report.yml b/.github/ISSUE_TEMPLATE/en_bug_report.yml index bee1ff913..89d9663e5 100644 --- a/.github/ISSUE_TEMPLATE/en_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/en_bug_report.yml @@ -67,7 +67,7 @@ body: attributes: label: Runtime log description: "Please provide the runtime log for the developer to troubleshoot: menu icon -> Help -> Export log. (Log directory: `~/Library/Caches/com.izual.Easydict/MMLogs`)" - placeholder: Runtime log + placeholder: Upload runtime log validations: required: true @@ -76,7 +76,7 @@ body: attributes: label: Expected result description: Please describe the result you expect. - placeholder: Expected result + placeholder: Your expected result validations: required: true @@ -85,7 +85,7 @@ body: attributes: label: Proposed solution (optional) description: Do you have any proposed solutions or suggestions for this issue? - placeholder: Proposed solution + placeholder: Your proposed solution - type: input id: device