From ce0dac3016ffb40803e70e0f88dc370003f6f583 Mon Sep 17 00:00:00 2001 From: Ayooluwa Isaiah Date: Sun, 26 Nov 2023 18:20:23 +0200 Subject: [PATCH] correct issue template location --- .github/{workflows => }/ISSUE_TEMPLATE/bug_report.yml | 0 .github/{workflows => }/ISSUE_TEMPLATE/config.yml | 0 .github/{workflows => }/ISSUE_TEMPLATE/feature_request.md | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows => }/ISSUE_TEMPLATE/bug_report.yml (100%) rename .github/{workflows => }/ISSUE_TEMPLATE/config.yml (100%) rename .github/{workflows => }/ISSUE_TEMPLATE/feature_request.md (100%) diff --git a/.github/workflows/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml similarity index 100% rename from .github/workflows/ISSUE_TEMPLATE/bug_report.yml rename to .github/ISSUE_TEMPLATE/bug_report.yml 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/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