Skip to content

Commit

Permalink
modify github issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed May 13, 2024
1 parent 9a60600 commit c4cea43
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
23 changes: 13 additions & 10 deletions .github/ISSUE_TEMPLATE/bug-report.zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
attributes:
value: |
# 欢迎你的参与
zyplayer 的 Issue 列表接受 bug 报告或是新功能请求。
Issue 列表接受 bug 报告或是新功能请求。
在发布一个 Issue 前,请确保:
- 在 [旧Issue列表](https://github.com/Hiram-Wong/ZyPlayer/issues?q=is%3Aissue) 中搜索过你的问题。(你的问题可能已有人提出,也可能已在最新版本中被修正)
Expand All @@ -27,6 +27,15 @@ body:
label: 重现步骤
description: 请清晰的描述重现该 Issue 的步骤,这能帮助我们快速定位问题。没有清晰重现步骤将不会被修复,标有 'need reproduction' 的 Issue 在 7 天内不提供相关步骤,将被关闭。
placeholder: 请填写
validations:
required: true

- type: textarea
id: reproduceSteps
attributes:
label: 报错信息
description: F12, 重新复现后, 复制控制台报错信息。
placeholder: 请填写

- type: textarea
id: expect
Expand All @@ -43,18 +52,12 @@ body:
- type: input
id: systemArrch
attributes:
label: 系统架构
placeholder: arm64

- type: input
id: systemVersion
attributes:
label: 系统版本
placeholder: MacOS(11.2.3)
label: 系统信息
placeholder: MacOS(11.2.3)系统 M1芯片 arm64架构

- type: textarea
id: remarks
attributes:
label: 补充说明
description: 可以是遇到这个 bug 的业务场景、上下文等信息。
placeholder: 请填写
placeholder: 请填写
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-report.zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
attributes:
value: |
# 欢迎你的参与
zyplayer 的 Issue 列表接受 bug 报告或是新功能请求。
Issue 列表接受 bug 报告或是新功能请求。
在发布一个 Issue 前,请确保:
- 在 [旧Issue列表](https://github.com/Hiram-Wong/ZyPlayer/issues?q=is%3Aissue) 中搜索过你的问题。(你的问题可能已有人提出,也可能已在最新版本中被修正)
Expand All @@ -25,6 +25,7 @@ body:
id: functionalExpectations
attributes:
label: 你建议的方案是什么
description: 请详尽说明这个需求的实现的方案。例如相关Electron API。
placeholder: 请填写
validations:
required: true
required: true

0 comments on commit c4cea43

Please sign in to comment.