From 09accbd922d4b046644a7f5efb5b420c584b41e7 Mon Sep 17 00:00:00 2001 From: Bryan Date: Tue, 3 Dec 2024 11:21:29 +0800 Subject: [PATCH] perf: update issue template sorted (#14563) * perf: update issue template sorted * perf: update issue template sorted * Rename 1_bug_report_cn.yml to 2_bug_report_cn.yml * perf: update issue template sorted * Rename 1_question.yml to 2_question.yml * Update and rename 2_feature_request.yml to 3_feature_request.yml * Rename 2_bug_report_cn.yml to 4_bug_report_cn.yml * Rename 3_question_cn.yml to 5_question_cn.yml * Update and rename 2_feature_request_cn.yml to 6_feature_request_cn.yml --- .github/ISSUE_TEMPLATE/{3_question.yml => 2_question.yml} | 0 .../{2_feature_request.yml => 3_feature_request.yml} | 0 .../ISSUE_TEMPLATE/{1_bug_report_cn.yml => 4_bug_report_cn.yml} | 0 .github/ISSUE_TEMPLATE/{3_question_cn.yml => 5_question_cn.yml} | 0 .../{2_feature_request_cn.yml => 6_feature_request_cn.yml} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{3_question.yml => 2_question.yml} (100%) rename .github/ISSUE_TEMPLATE/{2_feature_request.yml => 3_feature_request.yml} (100%) rename .github/ISSUE_TEMPLATE/{1_bug_report_cn.yml => 4_bug_report_cn.yml} (100%) rename .github/ISSUE_TEMPLATE/{3_question_cn.yml => 5_question_cn.yml} (100%) rename .github/ISSUE_TEMPLATE/{2_feature_request_cn.yml => 6_feature_request_cn.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/3_question.yml b/.github/ISSUE_TEMPLATE/2_question.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/3_question.yml rename to .github/ISSUE_TEMPLATE/2_question.yml diff --git a/.github/ISSUE_TEMPLATE/2_feature_request.yml b/.github/ISSUE_TEMPLATE/3_feature_request.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/2_feature_request.yml rename to .github/ISSUE_TEMPLATE/3_feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/1_bug_report_cn.yml b/.github/ISSUE_TEMPLATE/4_bug_report_cn.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/1_bug_report_cn.yml rename to .github/ISSUE_TEMPLATE/4_bug_report_cn.yml diff --git a/.github/ISSUE_TEMPLATE/3_question_cn.yml b/.github/ISSUE_TEMPLATE/5_question_cn.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/3_question_cn.yml rename to .github/ISSUE_TEMPLATE/5_question_cn.yml diff --git a/.github/ISSUE_TEMPLATE/2_feature_request_cn.yml b/.github/ISSUE_TEMPLATE/6_feature_request_cn.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/2_feature_request_cn.yml rename to .github/ISSUE_TEMPLATE/6_feature_request_cn.yml