From 9df79cd67c11d11fbbf58aa730f6625b05c37721 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Arcos Date: Thu, 5 Feb 2026 12:57:23 +0100 Subject: [PATCH] fix: Move issue templates folder (#1003) --- .github/{workflows => }/ISSUE_TEMPLATE/bug_report.md | 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.md (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.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/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