diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 000000000..d101565fc --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,25 @@ +### The PR is to fix issue _#xxx_ + +### The modification include + +_##item1_ + +_##item2_ + +### The UT result +`##The UT output##` + +# Please remove this line and below if fix issue + +# Please remove this line and above for tasks or features + +### The PR is for task _#xxx_ or to implement feature #xxx + +_##Feature description##_ + +### The content of the PR: +* [ ] _##The mini-design link_ +* [ ] _##The basic code logic_ + +### The UT result +`##The UT output##`