From ad581fd7b8b46cf5dfb00eb52d2df7d05e84648b Mon Sep 17 00:00:00 2001 From: zet809 Date: Mon, 3 Sep 2018 10:12:47 +0800 Subject: [PATCH] Create pull_request_template.md Add template when creating pull request --- pull_request_template.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pull_request_template.md 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##`