From e77f75b06703f4ba490d6c401ce47bba5d804392 Mon Sep 17 00:00:00 2001 From: Krzysztof Wicher Date: Tue, 3 May 2016 13:53:32 -0700 Subject: [PATCH] add PR template --- PULL_REQUEST_TEMPLATE | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE diff --git a/PULL_REQUEST_TEMPLATE b/PULL_REQUEST_TEMPLATE new file mode 100644 index 000000000..3e8cacc66 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE @@ -0,0 +1,3 @@ +- If this PR should not run tests please add text "skip[REMOVE_THIS]ci[REMOVE_THIS]please" (remove the marked text, no quotes). +- Please add description for changes you are making. +- If there is an issue related to this PR, please add the reference.