From f71f01662c04ec9f641426b853a5bc5210841adc Mon Sep 17 00:00:00 2001 From: JustSong Date: Wed, 14 Jun 2023 15:03:51 +0800 Subject: [PATCH] docs: update issue template --- .github/ISSUE_TEMPLATE/{报告问题.md => bug_report.md} | 0 .github/ISSUE_TEMPLATE/{功能请求.md => feature_request.md} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{报告问题.md => bug_report.md} (100%) rename .github/ISSUE_TEMPLATE/{功能请求.md => feature_request.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/报告问题.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/报告问题.md rename to .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/功能请求.md b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/功能请求.md rename to .github/ISSUE_TEMPLATE/feature_request.md