diff --git a/.github/PULL_REQUEST_TEMPLATE/fix_issue_template.md b/.github/PULL_REQUEST_TEMPLATE/fix_issue_template.md new file mode 100644 index 000000000..272c40a6b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/fix_issue_template.md @@ -0,0 +1,10 @@ +### 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 new file mode 100644 index 000000000..477309d5a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/function_template.md @@ -0,0 +1,10 @@ +### 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`