Compare commits
18 Commits
3ed5cf7ec8
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 58605ff6e5 | |||
| 249cd47d06 | |||
| 103df13e11 | |||
| 46b0f3acd4 | |||
| 7660412762 | |||
| d15def15f9 | |||
| 4dc0dd3904 | |||
| e90915114e | |||
| 8e7ed90da7 | |||
| a7c69f6f66 | |||
| f52d2de7fa | |||
| 8040013dae | |||
| bd66a47c14 | |||
| 6a285136aa | |||
| d8072543f5 | |||
| 777af91f5d | |||
| 350ccbe10a | |||
| 99307d2a67 |
14
.gitea/ISSUE_TEMPLATE/bug-report ADMIN.yaml
Normal file
14
.gitea/ISSUE_TEMPLATE/bug-report ADMIN.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Admin 用 Bug 报告
|
||||
about: 报告当前版本 天灾之下:危险连接 的 Bug(Admin使用)
|
||||
title: "[Bug]: "
|
||||
labels:
|
||||
- "类型/Bug"
|
||||
assignees:
|
||||
- "Hyucen"
|
||||
- "eHery"
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: "Bug 描述"
|
||||
validations:
|
||||
required: true
|
||||
@@ -1,12 +1,30 @@
|
||||
|
||||
name: Bug Report
|
||||
about: 用来报告当前版本 天灾之下:危险连接 所出现的Bug
|
||||
title: "[Bug]:"
|
||||
name: Bug 报告
|
||||
about: 报告当前版本 天灾之下:危险连接 的 Bug
|
||||
title: "[Bug]: "
|
||||
labels:
|
||||
- "类型/Bug"
|
||||
assignees:
|
||||
- "Hyucen"
|
||||
- "eHery"
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: bugcheck
|
||||
attributes:
|
||||
label: 确认你当前提交的 Bug 没有被重复提交
|
||||
label: "提交前确认:"
|
||||
options:
|
||||
- label: 我确认这个 Bug 没有被重复提交
|
||||
- label: "我确认此 Bug **尚未被人提交过**"
|
||||
required: true
|
||||
- label: "我确认此 Bug **非平衡性问题**"
|
||||
required: true
|
||||
- label: "我确认标题 **填写完整**"
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: "您的 Minecraft ID"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: "Bug 描述"
|
||||
placeholder: "请尽可能详细描述 Bug 的情况,并尽可能提供复现步骤。"
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user