From c1d74f52203b1da62c6eb51a6be3077c676e48d8 Mon Sep 17 00:00:00 2001 From: mdlewisfb Date: Thu, 1 Nov 2018 15:58:58 -0700 Subject: [PATCH] When using PULL_REQUEST_TEMPLATE dir, the template is not autofilled. When placing template directly in .github/ it gets autofilled, so moving template there. --- .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md (100%) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/pull_request_template.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/pull_request_template.md rename to .github/pull_request_template.md