From 1bcd01ed75106267e47fda9894877be0ac37c877 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 30 May 2025 23:55:13 -0600 Subject: [PATCH] Rename github folder to .github --- {github => .github}/ISSUE_TEMPLATE/BugReport.yaml | 0 {github => .github}/ISSUE_TEMPLATE/FeatureRequest.yaml | 0 {github => .github}/workflows/draft-release.yaml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {github => .github}/ISSUE_TEMPLATE/BugReport.yaml (100%) rename {github => .github}/ISSUE_TEMPLATE/FeatureRequest.yaml (100%) rename {github => .github}/workflows/draft-release.yaml (100%) diff --git a/github/ISSUE_TEMPLATE/BugReport.yaml b/.github/ISSUE_TEMPLATE/BugReport.yaml similarity index 100% rename from github/ISSUE_TEMPLATE/BugReport.yaml rename to .github/ISSUE_TEMPLATE/BugReport.yaml diff --git a/github/ISSUE_TEMPLATE/FeatureRequest.yaml b/.github/ISSUE_TEMPLATE/FeatureRequest.yaml similarity index 100% rename from github/ISSUE_TEMPLATE/FeatureRequest.yaml rename to .github/ISSUE_TEMPLATE/FeatureRequest.yaml diff --git a/github/workflows/draft-release.yaml b/.github/workflows/draft-release.yaml similarity index 100% rename from github/workflows/draft-release.yaml rename to .github/workflows/draft-release.yaml