From cc7d5dae11c7ca7beef62bb3f4404ea7206c6feb Mon Sep 17 00:00:00 2001 From: Jean-Pascal MEWENEMESSE Date: Wed, 27 May 2026 18:36:41 +0200 Subject: [PATCH] fix: moved ISSUE_TEMPLATE to the correct .github subdirectory instead of root directory --- {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/bug_report.yml | 0 {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/config.yml | 0 {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/feature_request.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/bug_report.yml (100%) rename {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/config.yml (100%) rename {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/feature_request.yml (100%) diff --git a/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml similarity index 100% rename from ISSUE_TEMPLATE/bug_report.yml rename to .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml similarity index 100% rename from ISSUE_TEMPLATE/config.yml rename to .github/ISSUE_TEMPLATE/config.yml diff --git a/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml similarity index 100% rename from ISSUE_TEMPLATE/feature_request.yml rename to .github/ISSUE_TEMPLATE/feature_request.yml