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 Nov 23, 2023
1 parent 7b016f1 commit 3d4216c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/cn_bug_report_zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ body:
label: 截图
description: |
请提供问题截图。若截图不便于描述问题,请提供录屏,方便开发者排查。
如果是应用崩溃问题,请提供崩溃日志,菜单图标 -> 帮助 -> 导出日志。(日志目录:`~/Library/Caches/com.izual.Easydict/MMLogs`)
如果是应用崩溃问题,请务必提供崩溃日志,菜单图标 -> 帮助 -> 导出日志。(日志目录:`~/Library/Caches/com.izual.Easydict/MMLogs`)
placeholder: 请提供截图
validations:
required: true
Expand All @@ -66,8 +66,8 @@ body:
- type: input
id: device
attributes:
label: 设备信息 && 操作系统版本
description: 如果遇到比较奇怪的问题,请提供电脑型号和操作系统版本,方便开发者排查。
label: 设备型号 && 系统版本
description: 如果遇到比较奇怪的问题,请提供设备型号和操作系统版本,方便开发者排查。
placeholder: Apple M1 Pro, macOS 14.0

- type: checkboxes
Expand Down
35 changes: 23 additions & 12 deletions .github/ISSUE_TEMPLATE/en_bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Bug report
description: Report an issue
title: "🐞 Bug Report: Please fill in the title"
title: "🐞 Bug Report: "
labels: ["bug"]
assignees:
-

body:
- type: checkboxes
Expand All @@ -15,14 +13,14 @@ body:
required: true
- label: I have searched through the [issues](https://github.com/tisfeng/Easydict/issues) page but couldn't find a solution.(Including issue that has been closed)
required: true
- label: Easydict has been upgraded to the latest version.
- label: Easydict has been upgraded to the [latest version](https://github.com/tisfeng/Easydict/releases)
required: true

- type: textarea
id: description
attributes:
label: Problem description
description: Please describe the problem as clearly and detailed as possible. If it involves UI, please provide screenshots. If it's a complex problem, it would be best to provide a screencast to help developers troubleshoot. If it is an application crash issue, please provide the crash log, menu icon -> Help -> Export Log.
description: Please describe the problem as clearly and detailed as possible.
placeholder: Problem description
validations:
required: true
Expand All @@ -31,8 +29,21 @@ body:
id: reproduce
attributes:
label: Reproduction steps
description: Please describe how to reproduce the problem. If the problem is episodic or requires specific action steps to reproduce, please describe it in as much detail as possible. \n If the problem is episodic, try restarting the app, uninstalling and reinstalling the app, or restarting the device to see if that solves the problem.
placeholder:
description: |
Please describe how to reproduce the problem. If the problem is episodic or requires specific action steps to reproduce, please describe it in as much detail as possible, otherwise the developer will not be able to locate the problem.
(If the problem is episodic, try restarting the app, restarting the device, or uninstalling and reinstalling the app to see if that solves the problem 🤔)
placeholder: Reproduction steps
validations:
required: true

- type: textarea
id: screenshot
attributes:
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

Expand All @@ -41,7 +52,7 @@ body:
attributes:
label: Expected result
description: Please describe the result you expect.
placeholder:
placeholder: Expected result
validations:
required: true

Expand All @@ -50,14 +61,14 @@ body:
attributes:
label: Proposed solution (optional)
description: Do you have any proposed solutions or suggestions for this issue?
placeholder:
placeholder: Proposed solution

- type: input
id: device
attributes:
label: Device information and OS version
description: If you encounter an unusual problem, you can provide device information and OS versions to help developers troubleshoot.
placeholder: Apple M1 Pro, macOS 11.2.3
label: Device type and OS version
description: If you encounter an unusual problem, you can provide device type and OS versions to help developers troubleshoot.
placeholder: Apple M1 Pro, macOS 14.0

- type: checkboxes
id: PR
Expand Down

0 comments on commit 3d4216c

Please sign in to comment.