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`