1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-06-16 18:30:03 +08:00
cosin/.gitee/ISSUE_TEMPLATE/05_userstory.yml
Hai Liang Wang 0e509b245b #I82S3F enhance ISSUE_TEMPLATE
Signed-off-by: Hai Liang Wang <hai@chatopera.com>
2023-09-20 14:50:16 +08:00

35 lines
603 B
YAML

name: 用户故事
description: 用户故事
title: "[us] "
labels: ["userstory"]
assignees:
- kaifuny
body:
- type: markdown
attributes:
value: "## 描述"
- type: textarea
id: content1
attributes:
label: "详细描述需求"
value: |
## 用户主体
## 用户故事
## 交互流程
## 交互细节
...
validations:
required: true
- type: textarea
id: content2
attributes:
label: "代码版本"
value: |
1. Git commit hash (`git rev-parse HEAD`),进入代码库并执行
2. v7, v8, v9 ...
validations:
required: true