From 1ce413f8fc346dbe05ad7827c50b43888797ae90 Mon Sep 17 00:00:00 2001 From: Hai Liang Wang Date: Wed, 20 Sep 2023 14:12:29 +0800 Subject: [PATCH] #I82S3F enhance ISSUE_TEMPLATE Signed-off-by: Hai Liang Wang --- .gitee/ISSUE_TEMPLATE/2_bug_report.md | 22 ---------------------- .gitee/ISSUE_TEMPLATE/3_requirement.md | 16 ---------------- .gitee/ISSUE_TEMPLATE/4_profiling.md | 19 ------------------- .gitee/ISSUE_TEMPLATE/5_rfc.md | 13 ------------- .gitee/ISSUE_TEMPLATE/6_userstory.md | 17 ----------------- .gitee/ISSUE_TEMPLATE/99_others.md | 8 -------- 6 files changed, 95 deletions(-) delete mode 100644 .gitee/ISSUE_TEMPLATE/2_bug_report.md delete mode 100644 .gitee/ISSUE_TEMPLATE/3_requirement.md delete mode 100644 .gitee/ISSUE_TEMPLATE/4_profiling.md delete mode 100644 .gitee/ISSUE_TEMPLATE/5_rfc.md delete mode 100644 .gitee/ISSUE_TEMPLATE/6_userstory.md delete mode 100644 .gitee/ISSUE_TEMPLATE/99_others.md diff --git a/.gitee/ISSUE_TEMPLATE/2_bug_report.md b/.gitee/ISSUE_TEMPLATE/2_bug_report.md deleted file mode 100644 index f1414ef9..00000000 --- a/.gitee/ISSUE_TEMPLATE/2_bug_report.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -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 deleted file mode 100644 index af57834b..00000000 --- a/.gitee/ISSUE_TEMPLATE/3_requirement.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Requirement -about: 增加新需求、反馈建议 -labels: requirement -assignees: kaifuny ---- - -## 概述 - - - -## 理想解决方案 - -## 代码版本 - - diff --git a/.gitee/ISSUE_TEMPLATE/4_profiling.md b/.gitee/ISSUE_TEMPLATE/4_profiling.md deleted file mode 100644 index f71127f0..00000000 --- a/.gitee/ISSUE_TEMPLATE/4_profiling.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -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 deleted file mode 100644 index c960dc90..00000000 --- a/.gitee/ISSUE_TEMPLATE/5_rfc.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: RFCs -about: 设计规范、重要的提议、工作规范等 -title: '[design] rfc 序号 描述' -labels: rfc ---- - - - -## 概述 - -发布地址:[]() -底稿地址:[]() diff --git a/.gitee/ISSUE_TEMPLATE/6_userstory.md b/.gitee/ISSUE_TEMPLATE/6_userstory.md deleted file mode 100644 index e282e4e3..00000000 --- a/.gitee/ISSUE_TEMPLATE/6_userstory.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -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 deleted file mode 100644 index 94edb630..00000000 --- a/.gitee/ISSUE_TEMPLATE/99_others.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: Others -about: 其它事项 ---- - - - -## 概述 \ No newline at end of file