Skip to content

Commit

Permalink
ci: update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
cntvc committed Sep 12, 2024
1 parent 2814af1 commit bf9d637
Showing 1 changed file with 6 additions and 25 deletions.
31 changes: 6 additions & 25 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,42 +4,23 @@ labels: ["bug"]
assignees:
- cntvc
body:
- type: markdown
attributes:
value: "## 环境信息 ( Environment)"

- type: dropdown
validations:
required: true
attributes:
label: 系统版本 (System Version)
description: What version of our software are you running?
multiple: false
options:
- Windows10 or Windows11
- Windows7

- type: input
id: app-version
validations:
required: true
attributes:
label: 软件版本 (Software version)

- type: markdown
attributes:
value: "## 详细信息 (Details)"
label: "## 软件版本 (Software version)"

- type: textarea
attributes:
label: 问题描述 (Description)
label: "## 问题描述 (Description)"
validations:
required: true

- type: textarea
id: steps
attributes:
label: 复现步骤 (Steps to Reproduce)
label: 复现步骤 (Steps to Reproduce)"
description: |
请提供重现该行为的详细操作步骤 (Please provide the necessary steps to reproduce this behavior.)
validations:
Expand All @@ -48,18 +29,18 @@ body:
- type: textarea
id: logs
attributes:
label: 相关日志输出文本 (Relevant log output)
label: "## 相关日志输出文本 (Relevant log output)"
render: Text
description: |
请复制并粘贴任何相关的日志输出。这将自动格式化为代码,因此无需反引号。
Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
placeholder: |
日志文件路径(Log file path): ./StarRailTools/AppData/log/{YYYY_MM}.log
日志文件路径(Log file path): ./AppData/log/{YYYY_MM}.log
- type: textarea
id: additional-information
attributes:
label: 附加信息 (Additional information)
label: "## 附加信息 (Additional information)"
description: |
如果你还有其他需要提供的信息,可以在这里填写(可以提供软件截图、视频或者日志文件等)。
If you have other information to note, you can fill it in here (You can provide screenshots, videos or log files, etc.).

0 comments on commit bf9d637

Please sign in to comment.