From a9190ecee67533d3a3910909c7e0dcd457df5cfe Mon Sep 17 00:00:00 2001 From: zet809 Date: Thu, 20 Sep 2018 09:36:12 +0800 Subject: [PATCH] Remove 2 PR template under .github/PULL_REQUEST_TEMPLATE which can not be applied automatically (#5585) --- .github/PULL_REQUEST_TEMPLATE/fix_issue_template.md | 10 ---------- .github/PULL_REQUEST_TEMPLATE/function_template.md | 10 ---------- 2 files changed, 20 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE/fix_issue_template.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE/function_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/fix_issue_template.md b/.github/PULL_REQUEST_TEMPLATE/fix_issue_template.md deleted file mode 100644 index 272c40a6b..000000000 --- a/.github/PULL_REQUEST_TEMPLATE/fix_issue_template.md +++ /dev/null @@ -1,10 +0,0 @@ -### The PR is to fix issue _#xxx_ - -### The modification include - -_##item1_ - -_##item2_ - -### The UT result -`##The UT output##` diff --git a/.github/PULL_REQUEST_TEMPLATE/function_template.md b/.github/PULL_REQUEST_TEMPLATE/function_template.md deleted file mode 100644 index 477309d5a..000000000 --- a/.github/PULL_REQUEST_TEMPLATE/function_template.md +++ /dev/null @@ -1,10 +0,0 @@ -### The PR is for task _#xxx_ or to implementate feature #xxx - -_##Feature description##_ - -### The content of the PR: -* [ ] _##The mini-design link_ -* [ ] _##The basic code logic_ - -### The UT result -`The output of test result`