chore: 创建Issue模板 #13

Manually merged
remilia merged 2 commits from chore/template into master 2025-09-17 17:17:20 +08:00
3 changed files with 117 additions and 11 deletions
Showing only changes of commit 7626476c46 - Show all commits

View File

@ -9,7 +9,6 @@ body:
value: |
请在下方填写合并请求描述,包括变更目的、主要内容及相关上下文。
- type: textarea
id: issue
attributes:
label: "关联Issue"
description: "比如: Fixes #123/Closes #456/如果没有可以留空"
@ -17,25 +16,20 @@ body:
validations:
required: false
- type: textarea
id: changes
attributes:
label: "更改内容/What Changed"
description: "列出本次 PR 的主要变更项,便于 Review"
placeholder: "输入更改内容"
value: ""
validations:
required: true
- type: textarea
id: test
attributes:
label: "测试步骤/How To Test"
description: "提供复现/验证更改的步骤,含环境/命令/预期结果等"
placeholder: "输入测试步骤"
value: ""
validations:
required: false
- type: checkboxes
id: checklist
attributes:
label: "检查表/Checklist"
description: "提交前,请确认以下事项"
@ -60,10 +54,8 @@ body:
label: "影响评估/Risk & Rollback"
description: "评估变更是否有破坏性风险,以及如何回滚/缓解"
placeholder: "例如:数据库迁移、依赖变动、兼容性问题等"
value: ""
validations:
required: false
- type: markdown
attributes:
value: |
**可选:截图或 Demo(如界面/UI 有变化)**
- type: textarea
label: "可选:截图或 Demo(如界面/UI 有变化)"