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 d2a6e1e commit 69788f1
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 7 deletions.
14 changes: 11 additions & 3 deletions .github/ISSUE_TEMPLATE/cn_bug_report_zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,16 @@ body:
label: 截图
description: |
请提供问题截图。若截图不便于描述问题,请提供录屏,方便开发者排查。
如果是应用崩溃问题,请务必提供崩溃日志,菜单图标 -> 帮助 -> 导出日志。(日志目录:`~/Library/Caches/com.izual.Easydict/MMLogs`)
placeholder: 请提供截图
placeholder: 请提供问题相关的截图
validations:
required: true

- type: textarea
id: log
attributes:
label: 运行日志
description: "请提供运行日志,方便开发者排查:菜单图标 -> 帮助 -> 导出日志。(日志目录:`~/Library/Caches/com.izual.Easydict/MMLogs`)"
placeholder: 运行日志
validations:
required: true

Expand Down Expand Up @@ -94,4 +102,4 @@ body:
label: 是否愿意提交 PR 解决该问题?
description: 我们非常欢迎您提交 PR,当开发者人力不足时,提交 PR 是解决该问题最快的方式。如果对 objc 或 Swift 语言不熟悉,可以尝试使用 ChatGPT,也许它能帮到你。
options:
- label: 我愿意提交 PR
- label: 我愿意提交 PR 解决该问题
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/cn_feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ body:
label: 是否愿意提交 PR 实现该功能
description: 我们非常欢迎您提交 PR,当开发者人力不足时,提交 PR 是实现该功能的最快的方式。如果对 objc 或 Swift 语言不熟悉,可以尝试使用 ChatGPT,也许它能帮到你。
options:
- label: 我愿意提交 PR
- label: 我愿意提交 PR 实现该功能
12 changes: 10 additions & 2 deletions .github/ISSUE_TEMPLATE/en_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,19 @@ body:
label: Screenshot
description: |
Please provide a screenshot of the problem. If the screenshot is not convenient to describe the problem, please provide a screen recording for the developer to troubleshoot.
If it is a crash problem, please provide the crash log, menu icon -> Help -> Export log. (Log directory: `~/Library/Caches/com.izual.Easydict/MMLogs`)
placeholder: Please provide a screenshot
validations:
required: true

- type: textarea
id: log
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
validations:
required: true

- type: textarea
id: expected
attributes:
Expand Down Expand Up @@ -94,4 +102,4 @@ body:
label: Are you willing to submit a PR to fix this issue?
description: We welcome you to submit a PR to fix this issue. When the developer is short of manpower, submitting a PR is the fastest way to solve the problem. If you are not familiar with objc or Swift you can try ChatGPT, maybe it can help you.
options:
- label: I'm willing to submit a PR
- label: I'm willing to submit a PR to fix this issue
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/en_feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ body:
label: Are you willing to submit a PR to implement this feature
description: We welcome you to submit PR. When the developer is short of manpower, submitting PR is the fastest way to implement the feature. If you are not familiar with objc or Swift, you can try ChatGPT, maybe it can help you.
options:
- label: I'm willing to submit PR
- label: I'm willing to submit PR to implement this feature

0 comments on commit 69788f1

Please sign in to comment.