mirror of
https://github.com/chatopera/cosin.git
synced 2025-06-16 18:30:03 +08:00
https://gitee.com/cskefu/cskefu/issues/I82S3F add repo issue tpls
Signed-off-by: Hai Liang Wang <hai@chatopera.com>
This commit is contained in:
parent
4713327982
commit
389e1806c9
21
.gitee/ISSUE_TEMPLATE/1_help.md
Normal file
21
.gitee/ISSUE_TEMPLATE/1_help.md
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
name: Help
|
||||
about: 开发环境搭建、功能咨询和使用问题等
|
||||
labels: help-wanted
|
||||
assignees: hailiang-wang
|
||||
---
|
||||
|
||||
## 描述
|
||||
<!-- 详细描述问题后优先处理解决! 截图、错误日志等 -->
|
||||
|
||||
## 功能
|
||||
<!-- 针对某功能,需要提供详细描述文档 -->
|
||||
|
||||
## 操作系统
|
||||
|
||||
- [ ] macOS or Mac OSX
|
||||
- [ ] Windows
|
||||
- [ ] Linux(Debian, CentOS, Ubuntu, etc.)
|
||||
|
||||
## 代码版本
|
||||
<!-- Git commit hash (`git rev-parse HEAD`),进入代码库并执行 -->
|
22
.gitee/ISSUE_TEMPLATE/2_bug_report.md
Normal file
22
.gitee/ISSUE_TEMPLATE/2_bug_report.md
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
name: Bug
|
||||
about: 报告软件缺陷
|
||||
labels: bug
|
||||
assignees: lecjy
|
||||
---
|
||||
|
||||
## 现在行为
|
||||
|
||||
## 预期行为
|
||||
|
||||
## 操作系统
|
||||
|
||||
- [ ] macOS or Mac OSX
|
||||
- [ ] Windows
|
||||
- [ ] Linux(Debian, CentOS, Ubuntu, etc.)
|
||||
|
||||
## 解决方案
|
||||
|
||||
## 代码版本
|
||||
<!-- Git commit hash (`git rev-parse HEAD`),进入代码库并执行 -->
|
||||
|
16
.gitee/ISSUE_TEMPLATE/3_requirement.md
Normal file
16
.gitee/ISSUE_TEMPLATE/3_requirement.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
name: Requirement
|
||||
about: 增加新需求、反馈建议
|
||||
labels: requirement
|
||||
assignees: kaifuny
|
||||
---
|
||||
|
||||
## 概述
|
||||
|
||||
<!-- 描述需求 -->
|
||||
|
||||
## 理想解决方案
|
||||
|
||||
## 代码版本
|
||||
<!-- Git commit hash (`git rev-parse HEAD`),进入代码库并执行 -->
|
||||
|
19
.gitee/ISSUE_TEMPLATE/4_profiling.md
Normal file
19
.gitee/ISSUE_TEMPLATE/4_profiling.md
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
name: Profiling
|
||||
about: 瓶颈分析、性能优化建议和安全漏洞等
|
||||
labels: profiling
|
||||
assignees: lecjy
|
||||
---
|
||||
|
||||
|
||||
## 概述
|
||||
|
||||
## 操作系统
|
||||
|
||||
- [ ] macOS or Mac OSX
|
||||
- [ ] Windows
|
||||
- [ ] Linux(Debian, CentOS, Ubuntu, etc.)
|
||||
|
||||
## 代码版本
|
||||
<!-- Git commit hash (`git rev-parse HEAD`),进入代码库并执行 -->
|
||||
|
13
.gitee/ISSUE_TEMPLATE/5_rfc.md
Normal file
13
.gitee/ISSUE_TEMPLATE/5_rfc.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
name: RFCs
|
||||
about: 设计规范、重要的提议、工作规范等
|
||||
title: '[design] rfc 序号 描述'
|
||||
labels: rfc
|
||||
---
|
||||
|
||||
<!-- RFC 管理参考:https://github.com/cskefu/design -->
|
||||
|
||||
## 概述
|
||||
|
||||
发布地址:[]() <!-- RFC 位于 www.cskefu.com 的链接 -->
|
||||
底稿地址:[]() <!-- RFC 文件的写作地址 -->
|
17
.gitee/ISSUE_TEMPLATE/6_userstory.md
Normal file
17
.gitee/ISSUE_TEMPLATE/6_userstory.md
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
name: UserStory
|
||||
about: 用户故事
|
||||
title: '[us] 描述'
|
||||
labels: userstory
|
||||
assignees: kaifuny
|
||||
---
|
||||
|
||||
## 概述
|
||||
|
||||
## 用户主体
|
||||
|
||||
## 用户故事
|
||||
|
||||
## 交互流程
|
||||
|
||||
## 交互细节
|
8
.gitee/ISSUE_TEMPLATE/99_others.md
Normal file
8
.gitee/ISSUE_TEMPLATE/99_others.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
name: Others
|
||||
about: 其它事项
|
||||
---
|
||||
|
||||
<!-- 如有商务合作需求,联系 https://www.chatopera.com/mail.html -->
|
||||
|
||||
## 概述
|
41
.gitee/PULL_REQUEST_TEMPLATE/bug_fix.md
Normal file
41
.gitee/PULL_REQUEST_TEMPLATE/bug_fix.md
Normal file
@ -0,0 +1,41 @@
|
||||
---
|
||||
reviewers : cskefu/reviewers
|
||||
---
|
||||
|
||||
<!--- 在标题中简略说明问题 -->
|
||||
|
||||
## 描述
|
||||
<!--- 详细的描述变更 -->
|
||||
|
||||
### 关联 Issue #
|
||||
|
||||
## 解决的问题
|
||||
|
||||
<!--- 为什么变更是必要的? -->
|
||||
<!--- 如果这个PR解决了其他Issue,添加链接 -->
|
||||
|
||||
## 测试情况
|
||||
|
||||
<!--- 详细介绍怎么测试变更了 -->
|
||||
<!--- 介绍测试环境 -->
|
||||
<!--- 变更对其他代码的影响 -->
|
||||
|
||||
## 截屏
|
||||
|
||||
## 变更的类型
|
||||
|
||||
<!--- 变更有哪些特点,添加 `x` 到下面的对应项目中: -->
|
||||
|
||||
- [ ] 解决 Bug
|
||||
- [ ] 新功能(不影响其他功能)
|
||||
- [ ] 对其他功能有影响
|
||||
|
||||
## 检查
|
||||
|
||||
<!--- 检查下面,各项,添加 `x` 到下面的对应项目中: -->
|
||||
|
||||
- [ ] 我的变更和代码规范一致
|
||||
- [ ] 我的变更需要更新文档
|
||||
- [ ] 我已经更新了对应的文档
|
||||
- [ ] 我增加的代码有单元测试
|
||||
- [ ] 所有单元测试都能通过
|
9
.gitee/PULL_REQUEST_TEMPLATE/documentation.md
Normal file
9
.gitee/PULL_REQUEST_TEMPLATE/documentation.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
reviewers : cskefu/reviewers
|
||||
---
|
||||
|
||||
### Requirements for Contributing Documentation
|
||||
|
||||
## 变更说明
|
||||
|
||||
### 关联 Issue #
|
9
.gitee/PULL_REQUEST_TEMPLATE/performance_improvement.md
Normal file
9
.gitee/PULL_REQUEST_TEMPLATE/performance_improvement.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
reviewers : cskefu/reviewers
|
||||
---
|
||||
|
||||
### Requirements for Contributing a Performance Improvement
|
||||
|
||||
## 性能提升
|
||||
|
||||
### 关联 Issue #
|
Loading…
x
Reference in New Issue
Block a user