From 87598c1c4d42a694e8850c21fbc3b3e56e10d650 Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:16:40 -0500 Subject: [PATCH] fix folder structure --- .github/{workflows => }/ISSUE_TEMPLATE/config.yml | 0 .github/{workflows => }/ISSUE_TEMPLATE/issue.bug.yml | 0 .github/{workflows => }/ISSUE_TEMPLATE/issue.feature.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows => }/ISSUE_TEMPLATE/config.yml (100%) rename .github/{workflows => }/ISSUE_TEMPLATE/issue.bug.yml (100%) rename .github/{workflows => }/ISSUE_TEMPLATE/issue.feature.yml (100%) diff --git a/.github/workflows/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml similarity index 100% rename from .github/workflows/ISSUE_TEMPLATE/config.yml rename to .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/workflows/ISSUE_TEMPLATE/issue.bug.yml b/.github/ISSUE_TEMPLATE/issue.bug.yml similarity index 100% rename from .github/workflows/ISSUE_TEMPLATE/issue.bug.yml rename to .github/ISSUE_TEMPLATE/issue.bug.yml diff --git a/.github/workflows/ISSUE_TEMPLATE/issue.feature.yml b/.github/ISSUE_TEMPLATE/issue.feature.yml similarity index 100% rename from .github/workflows/ISSUE_TEMPLATE/issue.feature.yml rename to .github/ISSUE_TEMPLATE/issue.feature.yml