diff --git a/.gitee/ISSUE_TEMPLATE/1_help.md b/.gitee/ISSUE_TEMPLATE/1_help.md new file mode 100644 index 00000000..cea1d1cb --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/1_help.md @@ -0,0 +1,21 @@ +--- +name: Help +about: 开发环境搭建、功能咨询和使用问题等 +labels: help-wanted +assignees: hailiang-wang +--- + +## 描述 + + +## 功能 + + +## 操作系统 + +- [ ] macOS or Mac OSX +- [ ] Windows +- [ ] Linux(Debian, CentOS, Ubuntu, etc.) + +## 代码版本 + diff --git a/.gitee/ISSUE_TEMPLATE/2_bug_report.md b/.gitee/ISSUE_TEMPLATE/2_bug_report.md new file mode 100644 index 00000000..f1414ef9 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/2_bug_report.md @@ -0,0 +1,22 @@ +--- +name: Bug +about: 报告软件缺陷 +labels: bug +assignees: lecjy +--- + +## 现在行为 + +## 预期行为 + +## 操作系统 + +- [ ] macOS or Mac OSX +- [ ] Windows +- [ ] Linux(Debian, CentOS, Ubuntu, etc.) + +## 解决方案 + +## 代码版本 + + diff --git a/.gitee/ISSUE_TEMPLATE/3_requirement.md b/.gitee/ISSUE_TEMPLATE/3_requirement.md new file mode 100644 index 00000000..af57834b --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/3_requirement.md @@ -0,0 +1,16 @@ +--- +name: Requirement +about: 增加新需求、反馈建议 +labels: requirement +assignees: kaifuny +--- + +## 概述 + + + +## 理想解决方案 + +## 代码版本 + + diff --git a/.gitee/ISSUE_TEMPLATE/4_profiling.md b/.gitee/ISSUE_TEMPLATE/4_profiling.md new file mode 100644 index 00000000..f71127f0 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/4_profiling.md @@ -0,0 +1,19 @@ +--- +name: Profiling +about: 瓶颈分析、性能优化建议和安全漏洞等 +labels: profiling +assignees: lecjy +--- + + +## 概述 + +## 操作系统 + +- [ ] macOS or Mac OSX +- [ ] Windows +- [ ] Linux(Debian, CentOS, Ubuntu, etc.) + +## 代码版本 + + diff --git a/.gitee/ISSUE_TEMPLATE/5_rfc.md b/.gitee/ISSUE_TEMPLATE/5_rfc.md new file mode 100644 index 00000000..c960dc90 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/5_rfc.md @@ -0,0 +1,13 @@ +--- +name: RFCs +about: 设计规范、重要的提议、工作规范等 +title: '[design] rfc 序号 描述' +labels: rfc +--- + + + +## 概述 + +发布地址:[]() +底稿地址:[]() diff --git a/.gitee/ISSUE_TEMPLATE/6_userstory.md b/.gitee/ISSUE_TEMPLATE/6_userstory.md new file mode 100644 index 00000000..e282e4e3 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/6_userstory.md @@ -0,0 +1,17 @@ +--- +name: UserStory +about: 用户故事 +title: '[us] 描述' +labels: userstory +assignees: kaifuny +--- + +## 概述 + +## 用户主体 + +## 用户故事 + +## 交互流程 + +## 交互细节 diff --git a/.gitee/ISSUE_TEMPLATE/99_others.md b/.gitee/ISSUE_TEMPLATE/99_others.md new file mode 100644 index 00000000..94edb630 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/99_others.md @@ -0,0 +1,8 @@ +--- +name: Others +about: 其它事项 +--- + + + +## 概述 \ No newline at end of file diff --git a/.gitee/PULL_REQUEST_TEMPLATE/bug_fix.md b/.gitee/PULL_REQUEST_TEMPLATE/bug_fix.md new file mode 100644 index 00000000..fe4becfd --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE/bug_fix.md @@ -0,0 +1,41 @@ +--- +reviewers : cskefu/reviewers +--- + + + +## 描述 + + +### 关联 Issue # + +## 解决的问题 + + + + +## 测试情况 + + + + + +## 截屏 + +## 变更的类型 + + + +- [ ] 解决 Bug +- [ ] 新功能(不影响其他功能) +- [ ] 对其他功能有影响 + +## 检查 + + + +- [ ] 我的变更和代码规范一致 +- [ ] 我的变更需要更新文档 +- [ ] 我已经更新了对应的文档 +- [ ] 我增加的代码有单元测试 +- [ ] 所有单元测试都能通过 diff --git a/.gitee/PULL_REQUEST_TEMPLATE/documentation.md b/.gitee/PULL_REQUEST_TEMPLATE/documentation.md new file mode 100644 index 00000000..ee0ce348 --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE/documentation.md @@ -0,0 +1,9 @@ +--- +reviewers : cskefu/reviewers +--- + +### Requirements for Contributing Documentation + +## 变更说明 + +### 关联 Issue # diff --git a/.gitee/PULL_REQUEST_TEMPLATE/performance_improvement.md b/.gitee/PULL_REQUEST_TEMPLATE/performance_improvement.md new file mode 100644 index 00000000..7f50fb0e --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE/performance_improvement.md @@ -0,0 +1,9 @@ +--- +reviewers : cskefu/reviewers +--- + +### Requirements for Contributing a Performance Improvement + +## 性能提升 + +### 关联 Issue #