From 381fbc6b7bed7102c7ab698d91a3d4f4547508ee Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 25 Feb 2024 03:37:51 +0100 Subject: [PATCH] chore: Rename issue templates --- .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