From ca9b28f53ba0630906a8b3aa315d9b6e364d5f2e Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Mon, 14 Dec 2020 14:21:42 -0800 Subject: [PATCH] Move the PR template up a directory so that it shows up by default. (#1182) Following up to match with the initial intent of https://github.com/Azure/azure-sdk-for-cpp/pull/735 https://github.community/t/our-pull-request-templates-arent-showing-up-for-any-prs/1975/2 https://stackoverflow.com/a/52139815/12509023 --- .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