From d567aa66fc0de7b267e41aeae90c73df4401dfc2 Mon Sep 17 00:00:00 2001 From: zet809 Date: Fri, 31 Aug 2018 17:19:58 +0800 Subject: [PATCH] Add 2 template to create pull request: 1. fix issue, 2. function implementation (#5579) --- .github/PULL_REQUEST_TEMPLATE/fix_issue_template.md | 10 ++++++++++ .github/PULL_REQUEST_TEMPLATE/function_template.md | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/fix_issue_template.md create 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 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`