From 565c50dcfd003987422e0e2eb0115ff2f00b6f16 Mon Sep 17 00:00:00 2001 From: barryz Date: Sun, 7 Jan 2018 11:34:55 +0800 Subject: [PATCH] add pull reqeust template --- .github/PULL_REQUEST_TEMPLATE.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..4227089 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,14 @@ +## Description + +A few sentences describing the overall goals of the pull request's commits. + +## Designs + +If it's a feature, please write your code designs here. + +## Notes to reviewers + +Review the following things, including but not limit to: + +1. Design +2. Code (styles, magic...) \ No newline at end of file