From 75fe75f7a95f31fe31bb884a1dbc756f33cf1b33 Mon Sep 17 00:00:00 2001 From: Josh Manders Date: Wed, 10 May 2017 17:15:50 -0500 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md Puts note about [ci skip] so that CI doesn't trigger when making PR's about docs. --- PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..bcd025c41 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1 @@ +**Note:** If this PR is just doc changes, please put [ci skip] in the body that way tests do not run.