From f257e05d68a8ab35eb8bfbe7fd369101d6280745 Mon Sep 17 00:00:00 2001 From: Reinder Vos de Wael Date: Fri, 14 Jul 2023 11:10:57 -0400 Subject: [PATCH] Fix issue templates wrong directory name (#17) Co-authored-by: Reinder Vos de Wael --- .../workflows/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/bug_report.md | 0 .../{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/feature_request.md | 0 .../{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/support_request.md | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/bug_report.md (100%) rename .github/workflows/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/feature_request.md (100%) rename .github/workflows/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/support_request.md (100%) diff --git a/.github/workflows/ISSUE_TEMPLATES/bug_report.md b/.github/workflows/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from .github/workflows/ISSUE_TEMPLATES/bug_report.md rename to .github/workflows/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/workflows/ISSUE_TEMPLATES/feature_request.md b/.github/workflows/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from .github/workflows/ISSUE_TEMPLATES/feature_request.md rename to .github/workflows/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/workflows/ISSUE_TEMPLATES/support_request.md b/.github/workflows/ISSUE_TEMPLATE/support_request.md similarity index 100% rename from .github/workflows/ISSUE_TEMPLATES/support_request.md rename to .github/workflows/ISSUE_TEMPLATE/support_request.md