From 034c4330845e4e7fd0daed14fe7c713d750090e3 Mon Sep 17 00:00:00 2001 From: Conor Schaefer Date: Thu, 28 Mar 2024 08:10:27 -0700 Subject: [PATCH] chore: fix pr template rendering The docs at [0] say that the subdir for PR templates should only be used if we've got multiple templates, which we don't (yet). Moving one level up to try to wake it up. [0] https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository --- .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