From fff66aa33da4ea99c73ad76984e4282284006cfa Mon Sep 17 00:00:00 2001 From: Kieran Date: Wed, 21 Sep 2022 18:05:37 +0100 Subject: [PATCH] fix: Issue templates not working --- .github/ISSUE_TEMPLATE/{bug_report.yml => bug-report.yml} | 0 .../ISSUE_TEMPLATE/{feature_request.yml => feature-request.yml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.yml => bug-report.yml} (100%) rename .github/ISSUE_TEMPLATE/{feature_request.yml => feature-request.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.yml rename to .github/ISSUE_TEMPLATE/bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.yml rename to .github/ISSUE_TEMPLATE/feature-request.yml