From 892b2dd6dd00d2088c75ab3c8443e8b3e44e5803 Mon Sep 17 00:00:00 2001 From: Reynold Xin Date: Wed, 17 Feb 2016 22:14:45 -0500 Subject: Add github pull request template --- .github/PULL_REQUEST_TEMPLATE | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE (limited to '.github/PULL_REQUEST_TEMPLATE') diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 0000000000..39bcc84225 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,12 @@ +## What changes were proposed in this pull request? + +(Please fill in changes proposed in this fix) + + +## How was the this patch tested? + +(Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests) + + +(If this patch involves UI changes, please attach a screenshot; otherwise, remove this) + -- cgit v1.2.3