From 8e667bf3ace346a1278197476d65d1fa6a5d8fe8 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 30 May 2025 23:53:00 -0600 Subject: [PATCH] Move the issue templates into the correct location so that they actually work --- github/{workflows => }/ISSUE_TEMPLATE/BugReport.yaml | 0 github/{workflows => }/ISSUE_TEMPLATE/FeatureRequest.yaml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename github/{workflows => }/ISSUE_TEMPLATE/BugReport.yaml (100%) rename github/{workflows => }/ISSUE_TEMPLATE/FeatureRequest.yaml (100%) diff --git a/github/workflows/ISSUE_TEMPLATE/BugReport.yaml b/github/ISSUE_TEMPLATE/BugReport.yaml similarity index 100% rename from github/workflows/ISSUE_TEMPLATE/BugReport.yaml rename to github/ISSUE_TEMPLATE/BugReport.yaml diff --git a/github/workflows/ISSUE_TEMPLATE/FeatureRequest.yaml b/github/ISSUE_TEMPLATE/FeatureRequest.yaml similarity index 100% rename from github/workflows/ISSUE_TEMPLATE/FeatureRequest.yaml rename to github/ISSUE_TEMPLATE/FeatureRequest.yaml