1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-06-16 18:30:03 +08:00
Signed-off-by: Hai Liang Wang <hai@chatopera.com>
This commit is contained in:
Hai Liang Wang 2023-09-20 10:07:59 +08:00
parent 4713327982
commit 389e1806c9
10 changed files with 175 additions and 0 deletions

View 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`),进入代码库并执行 -->

View 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`),进入代码库并执行 -->

View File

@ -0,0 +1,16 @@
---
name: Requirement
about: 增加新需求、反馈建议
labels: requirement
assignees: kaifuny
---
## 概述
<!-- 描述需求 -->
## 理想解决方案
## 代码版本
<!-- Git commit hash (`git rev-parse HEAD`),进入代码库并执行 -->

View 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`),进入代码库并执行 -->

View File

@ -0,0 +1,13 @@
---
name: RFCs
about: 设计规范、重要的提议、工作规范等
title: '[design] rfc 序号 描述'
labels: rfc
---
<!-- RFC 管理参考https://github.com/cskefu/design -->
## 概述
发布地址:[]() <!-- RFC 位于 www.cskefu.com 的链接 -->
底稿地址:[]() <!-- RFC 文件的写作地址 -->

View File

@ -0,0 +1,17 @@
---
name: UserStory
about: 用户故事
title: '[us] 描述'
labels: userstory
assignees: kaifuny
---
## 概述
## 用户主体
## 用户故事
## 交互流程
## 交互细节

View File

@ -0,0 +1,8 @@
---
name: Others
about: 其它事项
---
<!-- 如有商务合作需求,联系 https://www.chatopera.com/mail.html -->
## 概述

View File

@ -0,0 +1,41 @@
---
reviewers : cskefu/reviewers
---
<!--- 在标题中简略说明问题 -->
## 描述
<!--- 详细的描述变更 -->
### 关联 Issue #
## 解决的问题
<!--- 为什么变更是必要的? -->
<!--- 如果这个PR解决了其他Issue添加链接 -->
## 测试情况
<!--- 详细介绍怎么测试变更了 -->
<!--- 介绍测试环境 -->
<!--- 变更对其他代码的影响 -->
## 截屏
## 变更的类型
<!--- 变更有哪些特点,添加 `x` 到下面的对应项目中: -->
- [ ] 解决 Bug
- [ ] 新功能(不影响其他功能)
- [ ] 对其他功能有影响
## 检查
<!--- 检查下面,各项,添加 `x` 到下面的对应项目中: -->
- [ ] 我的变更和代码规范一致
- [ ] 我的变更需要更新文档
- [ ] 我已经更新了对应的文档
- [ ] 我增加的代码有单元测试
- [ ] 所有单元测试都能通过

View File

@ -0,0 +1,9 @@
---
reviewers : cskefu/reviewers
---
### Requirements for Contributing Documentation
## 变更说明
### 关联 Issue #

View File

@ -0,0 +1,9 @@
---
reviewers : cskefu/reviewers
---
### Requirements for Contributing a Performance Improvement
## 性能提升
### 关联 Issue #