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 61af49c
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,13 @@ 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)"

- type: textarea
attributes:
label: 问题描述 (Description)
Expand All @@ -54,7 +35,7 @@ body:
请复制并粘贴任何相关的日志输出。这将自动格式化为代码,因此无需反引号。
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
Expand Down

0 comments on commit 61af49c

Please sign in to comment.