工单模板

This commit is contained in:
xezzon 2022-03-04 18:26:14 +08:00
parent 9e6636067d
commit 936c09d5f7
4 changed files with 71 additions and 0 deletions

View File

@ -0,0 +1,17 @@
---
name: "BUG"
about: "功能缺陷"
title: "【功能模块】 BUG标题"
labels:
- bug
---
# 问题URL
# BUG描述
# 复现步骤
# 预期结果

View File

@ -0,0 +1,13 @@
---
name: "ENHANCEMENT"
about: "功能增强"
title: "【功能模块】 标题"
labels:
- enhancement
---
# 原内容
# 预期内容

View File

@ -0,0 +1,15 @@
---
name: "FEATURE"
about: "新需求"
title: "功能标题"
labels:
- feature
---
# 需求描述
# 限制条件
# 附件地址

View File

@ -0,0 +1,26 @@
---
name: "MERGE REQUEST"
about: "功能缺代码合并陷"
title: ""
---
# 这个变动的性质是?
请在左侧选择对应标签或在此处进行描述。
# 相关工单
# 需求背景和解决方案
# 更新日志
# 请求合并前的自检清单
请自检并**勾选全部选项**。
- [ ] 文档已补充或无需补充
- [ ] 测试用例均已通过
- [ ] 已使用代码格式化工具进行格式化
- [ ] Changelog已提供或无需提供