From 16405ef5a755f5ed27922fd86789e270d779fbf9 Mon Sep 17 00:00:00 2001 From: Xelus22 <> Date: Wed, 28 Aug 2024 17:05:04 +1000 Subject: [PATCH] Move pull_request_template.md to the correct .github folder and not the workflows folder --- .github/{workflows => }/pull_request_template.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows => }/pull_request_template.md (100%) diff --git a/.github/workflows/pull_request_template.md b/.github/pull_request_template.md similarity index 100% rename from .github/workflows/pull_request_template.md rename to .github/pull_request_template.md