Skip to content

Commit

Permalink
M | Issue_template | add "branch" option & remove "plugin" option
Browse files Browse the repository at this point in the history
  • Loading branch information
FTS427 committed Jun 29, 2024
1 parent 6ae5615 commit 506ca0a
Showing 1 changed file with 24 additions and 10 deletions.
34 changes: 24 additions & 10 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bug 反馈
name: Bug Report
description: 反馈 WonderLab 使用中遇到的问题和 Bug
labels:
- "bug"
Expand All @@ -19,6 +19,18 @@ body:
required: true
- label: 查看 [CI](https://github.com/Blessing-Studio/WonderLab.Override/releases) 中最新自动构建版是否已修复你所遇到的问题
required: true

- type: dropdown
id: reproducibility
attributes:
label: 分支版本
description: 选择你是从哪个分支下载的 WonderLab
options:
- master
- feature
- bugfixing
validations:
required: true

- type: textarea
id: issue-description
Expand All @@ -27,13 +39,15 @@ body:
description: 在此详细描述你遇到的问题(日志和此处二选一 都提交可以让我们更快修复)
validations:
required: true

- type: textarea
id: issue-log
attributes:
label: 日志
description: 在此提交崩溃日志
validations:
required: false

- type: dropdown
id: reproducibility
attributes:
Expand Down Expand Up @@ -94,15 +108,15 @@ body:
#如果你不太确定,可以截图 "" 的输出内容并截图,记得截全。
placeholder: '1.2.x'

- type: textarea
id: other-plugin
attributes:
label: 插件信息
description: 如果这个问题与你的其他插件有关,请提供你的WonderLab插件列表。
placeholder: |
插件: 版本
validations:
required: false
#- type: textarea
# id: other-plugin
# attributes:
# label: 插件信息
# description: 如果这个问题与你的其他插件有关,请提供你的WonderLab插件列表。
# placeholder: |
# 插件: 版本
# validations:
# required: false

- type: textarea
id: additional
Expand Down

0 comments on commit 506ca0a

Please sign in to comment.