From 7cadc813fb992afa99c76af24b5ee7848c3c8355 Mon Sep 17 00:00:00 2001 From: Alessandro-pang Date: Thu, 2 Jan 2025 12:43:13 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E4=BC=98=E5=8C=96=20github=20issue=20te?= =?UTF-8?q?mplate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/{bug_report.md => bug_report.yml} | 0 .github/ISSUE_TEMPLATE/{docs_feedback.md => docs_feedback.yml} | 2 +- .../ISSUE_TEMPLATE/{feature_request.md => feature_request.yml} | 2 +- .github/ISSUE_TEMPLATE/{question.md => question.yml} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.md => bug_report.yml} (100%) rename .github/ISSUE_TEMPLATE/{docs_feedback.md => docs_feedback.yml} (99%) rename .github/ISSUE_TEMPLATE/{feature_request.md => feature_request.yml} (96%) rename .github/ISSUE_TEMPLATE/{question.md => question.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/docs_feedback.md b/.github/ISSUE_TEMPLATE/docs_feedback.yml similarity index 99% rename from .github/ISSUE_TEMPLATE/docs_feedback.md rename to .github/ISSUE_TEMPLATE/docs_feedback.yml index 093fe15..c366181 100644 --- a/.github/ISSUE_TEMPLATE/docs_feedback.md +++ b/.github/ISSUE_TEMPLATE/docs_feedback.yml @@ -37,4 +37,4 @@ body: label: Context / 上下文 description: What are you trying to accomplish? Providing context helps us come up with a solution that is more useful in the real world / 您希望实现什么目标?提供上下文有助于我们提出更实用的解决方案 placeholder: | - Describe your goal or task. / 描述您的目标或任务。 \ No newline at end of file + Describe your goal or task. / 描述您的目标或任务。 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.yml similarity index 96% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/feature_request.yml index c967ea3..68ac30e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -18,4 +18,4 @@ body: - ✅ Yes / 是 - ❌ No / 否 validations: - required: true \ No newline at end of file + required: true diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/question.md rename to .github/ISSUE_TEMPLATE/question.yml