Skip to content

Commit

Permalink
chore: update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Jun 21, 2024
1 parent 69788f1 commit 98db7bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/cn_bug_report_zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ body:
label: 截图
description: |
请提供问题截图。若截图不便于描述问题,请提供录屏,方便开发者排查。
placeholder: 请提供问题相关的截图
placeholder: 请提供问题相关截图
validations:
required: true

Expand All @@ -67,7 +67,7 @@ body:
attributes:
label: 运行日志
description: "请提供运行日志,方便开发者排查:菜单图标 -> 帮助 -> 导出日志。(日志目录:`~/Library/Caches/com.izual.Easydict/MMLogs`)"
placeholder: 运行日志
placeholder: 请上传运行日志
validations:
required: true

Expand All @@ -76,7 +76,7 @@ body:
attributes:
label: 期望结果
description: 请描述您期望的结果。
placeholder: 期望结果
placeholder: 你期望的结果
validations:
required: true

Expand All @@ -85,7 +85,7 @@ body:
attributes:
label: 解决方案(可选)
description: 对于该问题,您有什么预想的解决方案,或者建议?
placeholder: 解决方案
placeholder: 你的解决方案

- type: input
id: device
Expand All @@ -102,4 +102,4 @@ body:
label: 是否愿意提交 PR 解决该问题?
description: 我们非常欢迎您提交 PR,当开发者人力不足时,提交 PR 是解决该问题最快的方式。如果对 objc 或 Swift 语言不熟悉,可以尝试使用 ChatGPT,也许它能帮到你。
options:
- label: 我愿意提交 PR 解决该问题
- label: 我愿意提交 PR 来解决该问题
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/en_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 98db7bb

Please sign in to comment.