From f899036b7ccacb9a85760e504cc925881306866b Mon Sep 17 00:00:00 2001 From: harryle Date: Sun, 12 May 2024 10:33:15 +0930 Subject: [PATCH] fix: issue template should be outside for this to work --- .github/{workflows => }/ISSUE_TEMPLATE/bug_report.md | 0 .github/{workflows => }/ISSUE_TEMPLATE/ci_testing_request.md | 0 .github/{workflows => }/ISSUE_TEMPLATE/config.yml | 0 .github/{workflows => }/ISSUE_TEMPLATE/documentation_request.md | 0 .github/{workflows => }/ISSUE_TEMPLATE/feature_request.md | 0 .github/{workflows => }/ISSUE_TEMPLATE/uiux_request.md | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows => }/ISSUE_TEMPLATE/bug_report.md (100%) rename .github/{workflows => }/ISSUE_TEMPLATE/ci_testing_request.md (100%) rename .github/{workflows => }/ISSUE_TEMPLATE/config.yml (100%) rename .github/{workflows => }/ISSUE_TEMPLATE/documentation_request.md (100%) rename .github/{workflows => }/ISSUE_TEMPLATE/feature_request.md (100%) rename .github/{workflows => }/ISSUE_TEMPLATE/uiux_request.md (100%) diff --git a/.github/workflows/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from .github/workflows/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/workflows/ISSUE_TEMPLATE/ci_testing_request.md b/.github/ISSUE_TEMPLATE/ci_testing_request.md similarity index 100% rename from .github/workflows/ISSUE_TEMPLATE/ci_testing_request.md rename to .github/ISSUE_TEMPLATE/ci_testing_request.md 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/documentation_request.md b/.github/ISSUE_TEMPLATE/documentation_request.md similarity index 100% rename from .github/workflows/ISSUE_TEMPLATE/documentation_request.md rename to .github/ISSUE_TEMPLATE/documentation_request.md diff --git a/.github/workflows/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from .github/workflows/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/workflows/ISSUE_TEMPLATE/uiux_request.md b/.github/ISSUE_TEMPLATE/uiux_request.md similarity index 100% rename from .github/workflows/ISSUE_TEMPLATE/uiux_request.md rename to .github/ISSUE_TEMPLATE/uiux_request.md