From 8def574bc210d4a34d41453f47d384e9b3ac1893 Mon Sep 17 00:00:00 2001 From: teor Date: Sun, 18 Oct 2020 05:45:22 +1000 Subject: [PATCH] Activate the standard pull request template by default Non-default pull request templates can be used via the CLI, or a URL query parameter: https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-github/about-automation-for-issues-and-pull-requests-with-query-parameters --- .../pull_request.md => pull_request_template.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{PULL_REQUEST_TEMPLATE/pull_request.md => pull_request_template.md} (100%) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request.md b/.github/pull_request_template.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/pull_request.md rename to .github/pull_request_template.md