From 2c372fa609b79402862cb668e2311cef7091eaa1 Mon Sep 17 00:00:00 2001 From: Robin Han Date: Wed, 28 Feb 2024 11:57:49 +0800 Subject: [PATCH] fix: remove special char from issue template file name Signed-off-by: Robin Han --- .../ISSUE_TEMPLATE/bug-report.md | 0 .../ISSUE_TEMPLATE/feature-request.md | 0 .../ISSUE_TEMPLATE/good-first-issue.md | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename ".github/ISSUE_TEMPLATE/\360\237\220\233-bug-report.md" => .github/ISSUE_TEMPLATE/bug-report.md (100%) rename ".github/ISSUE_TEMPLATE/\360\237\232\200-feature-request.md" => .github/ISSUE_TEMPLATE/feature-request.md (100%) rename ".github/ISSUE_TEMPLATE/\342\255\220-good-first-issue.md" => .github/ISSUE_TEMPLATE/good-first-issue.md (100%) diff --git "a/.github/ISSUE_TEMPLATE/\360\237\220\233-bug-report.md" b/.github/ISSUE_TEMPLATE/bug-report.md similarity index 100% rename from ".github/ISSUE_TEMPLATE/\360\237\220\233-bug-report.md" rename to .github/ISSUE_TEMPLATE/bug-report.md diff --git "a/.github/ISSUE_TEMPLATE/\360\237\232\200-feature-request.md" b/.github/ISSUE_TEMPLATE/feature-request.md similarity index 100% rename from ".github/ISSUE_TEMPLATE/\360\237\232\200-feature-request.md" rename to .github/ISSUE_TEMPLATE/feature-request.md diff --git "a/.github/ISSUE_TEMPLATE/\342\255\220-good-first-issue.md" b/.github/ISSUE_TEMPLATE/good-first-issue.md similarity index 100% rename from ".github/ISSUE_TEMPLATE/\342\255\220-good-first-issue.md" rename to .github/ISSUE_TEMPLATE/good-first-issue.md