mirror of
https://github.com/chatopera/cosin.git
synced 2025-07-24 08:31:45 +08:00
#I82S3F enhance ISSUE_TEMPLATE
Signed-off-by: Hai Liang Wang <hai@chatopera.com>
This commit is contained in:
parent
9c2d9b8774
commit
d8b4942e2f
@ -1,8 +1,8 @@
|
|||||||
name: Help
|
name: 求助
|
||||||
description: 开发环境搭建、功能咨询和使用问题等
|
description: 开发环境搭建、功能咨询和使用问题等
|
||||||
labels: ["help-wanted"]
|
labels: ["help-wanted"]
|
||||||
assignees:
|
assignees:
|
||||||
- hailiang-wang
|
- zhangchanglong2021
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
30
.gitee/ISSUE_TEMPLATE/02_bug.yml
Normal file
30
.gitee/ISSUE_TEMPLATE/02_bug.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
name: 软件缺陷
|
||||||
|
description: 报告软件缺陷
|
||||||
|
labels: ["bug"]
|
||||||
|
assignees:
|
||||||
|
- kaifuny
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: "## 描述"
|
||||||
|
- type: textarea
|
||||||
|
id: content1
|
||||||
|
attributes:
|
||||||
|
label: "详细描述问题后优先处理解决! 截图、错误日志等"
|
||||||
|
value: |
|
||||||
|
1. 如何重现
|
||||||
|
2. xxx
|
||||||
|
3. xxx
|
||||||
|
...
|
||||||
|
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
|
30
.gitee/ISSUE_TEMPLATE/03_requirement.yml
Normal file
30
.gitee/ISSUE_TEMPLATE/03_requirement.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
name: 需求
|
||||||
|
description: 增加新需求、反馈建议
|
||||||
|
labels: ["requirement"]
|
||||||
|
assignees:
|
||||||
|
- kaifuny
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: "## 描述"
|
||||||
|
- type: textarea
|
||||||
|
id: content1
|
||||||
|
attributes:
|
||||||
|
label: "详细描述需求"
|
||||||
|
value: |
|
||||||
|
1. xxx 模块需要支持 xxx 功能
|
||||||
|
2. xxx
|
||||||
|
3. xxx
|
||||||
|
...
|
||||||
|
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
|
30
.gitee/ISSUE_TEMPLATE/04_profiling.yml
Normal file
30
.gitee/ISSUE_TEMPLATE/04_profiling.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
name: 性能优化
|
||||||
|
description: 瓶颈分析、性能优化建议和安全漏洞等
|
||||||
|
labels: ["profiling"]
|
||||||
|
assignees:
|
||||||
|
- lecjy
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: "## 描述"
|
||||||
|
- type: textarea
|
||||||
|
id: content1
|
||||||
|
attributes:
|
||||||
|
label: "详细描述需求"
|
||||||
|
value: |
|
||||||
|
1. xxx 模块需要支持 xxx 功能
|
||||||
|
2. xxx
|
||||||
|
3. xxx
|
||||||
|
...
|
||||||
|
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
|
32
.gitee/ISSUE_TEMPLATE/05_userstory.yml
Normal file
32
.gitee/ISSUE_TEMPLATE/05_userstory.yml
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
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
|
@ -4,5 +4,8 @@ contact_links:
|
|||||||
url: https://docs.cskefu.com/
|
url: https://docs.cskefu.com/
|
||||||
about: 提供春松客服使用指南、教程、基本功能使用、介绍和常见问题解答
|
about: 提供春松客服使用指南、教程、基本功能使用、介绍和常见问题解答
|
||||||
- name: 春松客服大讲堂
|
- name: 春松客服大讲堂
|
||||||
url: https://gitee.com/cskefu/cskefu-djt
|
url: https://gitee.com/cskefu/cskefu-djt/blob/main/README.md
|
||||||
about: 提供春松客服定制化开发技能课程
|
about: 提供春松客服定制化开发技能课程
|
||||||
|
- name: 商务洽谈
|
||||||
|
url: https://www.chatopera.com/price.html
|
||||||
|
about: 提供春松客服定制化开发、机器人客服平台等
|
||||||
|
Loading…
x
Reference in New Issue
Block a user