From 80e1c67ccdceb30358e64e32f71d00653a42e58f Mon Sep 17 00:00:00 2001 From: Steve Dixon Date: Mon, 27 Mar 2017 15:51:35 +0100 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++++++ 1 file changed, 12 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 00000000..da3edeca --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +### Purpose + +### Things to Note + +### Review + +**Some aspects to consider during review:** +* Functionality and implementation +* Architecture and performance +* Code readability and style + +_A friendly reminder to add a reviewer/reviewers, add an assignee (yourself if you've worked on the change), set the code review status, and set the component request. :smile:_