From 8b92dc21da486c8cf3f5ad8ef6c85d67a9bda1b1 Mon Sep 17 00:00:00 2001 From: yummygyudon Date: Fri, 24 Nov 2023 01:37:52 +0900 Subject: [PATCH] change file names to prevent conflicts --- .github/templates/issue/{bug_report.md => example_bug_report.md} | 0 .../issue/{feature_request.md => example_feature_request.md} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/templates/issue/{bug_report.md => example_bug_report.md} (100%) rename .github/templates/issue/{feature_request.md => example_feature_request.md} (100%) diff --git a/.github/templates/issue/bug_report.md b/.github/templates/issue/example_bug_report.md similarity index 100% rename from .github/templates/issue/bug_report.md rename to .github/templates/issue/example_bug_report.md diff --git a/.github/templates/issue/feature_request.md b/.github/templates/issue/example_feature_request.md similarity index 100% rename from .github/templates/issue/feature_request.md rename to .github/templates/issue/example_feature_request.md