From e88c91eddcebe550d8c2ae84715a17e1515d0b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Wed, 1 Dec 2021 12:54:15 +0100 Subject: [PATCH] Looks like GitHub is not consistent at case sensitivity :^) --- .github/{issue_template => ISSUE_TEMPLATE}/bug_report.md | 0 .github/{issue_template => ISSUE_TEMPLATE}/config.yml | 0 .github/{issue_template => ISSUE_TEMPLATE}/feature_request.md | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename .github/{issue_template => ISSUE_TEMPLATE}/bug_report.md (100%) rename .github/{issue_template => ISSUE_TEMPLATE}/config.yml (100%) rename .github/{issue_template => ISSUE_TEMPLATE}/feature_request.md (100%) diff --git a/.github/issue_template/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from .github/issue_template/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/issue_template/config.yml b/.github/ISSUE_TEMPLATE/config.yml similarity index 100% rename from .github/issue_template/config.yml rename to .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/issue_template/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from .github/issue_template/feature_request.md rename to .github/ISSUE_TEMPLATE/feature_request.md