From 0d9113ba5c475c7ea13cb8237a7f192800686f32 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Tue, 10 Dec 2024 15:21:04 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/01-Report_Bug.yml | 2 +- ...quest_Target.yml => 02-Request_Recipe.yml} | 4 ++-- .../{04-Share_Mirror.yml => 03-Share.yml} | 10 +++++----- .github/ISSUE_TEMPLATE/03-Share_Source.yml | 19 ------------------- .../{05-Deprecate.yml => 04-Deprecate.yml} | 2 +- 5 files changed, 9 insertions(+), 28 deletions(-) rename .github/ISSUE_TEMPLATE/{02-Request_Target.yml => 02-Request_Recipe.yml} (89%) rename .github/ISSUE_TEMPLATE/{04-Share_Mirror.yml => 03-Share.yml} (72%) delete mode 100644 .github/ISSUE_TEMPLATE/03-Share_Source.yml rename .github/ISSUE_TEMPLATE/{05-Deprecate.yml => 04-Deprecate.yml} (90%) diff --git a/.github/ISSUE_TEMPLATE/01-Report_Bug.yml b/.github/ISSUE_TEMPLATE/01-Report_Bug.yml index 2046333..580fd10 100644 --- a/.github/ISSUE_TEMPLATE/01-Report_Bug.yml +++ b/.github/ISSUE_TEMPLATE/01-Report_Bug.yml @@ -1,6 +1,6 @@ name: 🐞 Bug 报告 description: 有 Bug 了吗? -title: "" +title: "报告BUG是chsrc用户的一大美德" labels: ['Bug'] body: diff --git a/.github/ISSUE_TEMPLATE/02-Request_Target.yml b/.github/ISSUE_TEMPLATE/02-Request_Recipe.yml similarity index 89% rename from .github/ISSUE_TEMPLATE/02-Request_Target.yml rename to .github/ISSUE_TEMPLATE/02-Request_Recipe.yml index 647bdd5..20a9b34 100644 --- a/.github/ISSUE_TEMPLATE/02-Request_Target.yml +++ b/.github/ISSUE_TEMPLATE/02-Request_Recipe.yml @@ -1,6 +1,6 @@ -name: 🔜 我想要对 target 换源! +name: 我想要对 target 换源! description: 想要对尚未支持的 target 进行换源? -title: "" +title: "提前找好方案怎么换源是chsrc用户的一大美德" labels: [] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/04-Share_Mirror.yml b/.github/ISSUE_TEMPLATE/03-Share.yml similarity index 72% rename from .github/ISSUE_TEMPLATE/04-Share_Mirror.yml rename to .github/ISSUE_TEMPLATE/03-Share.yml index 543b2fe..5b6e037 100644 --- a/.github/ISSUE_TEMPLATE/04-Share_Mirror.yml +++ b/.github/ISSUE_TEMPLATE/03-Share.yml @@ -1,7 +1,7 @@ -name: 🎉 新开了个镜像站! -description: 告诉我们哪里开了个新镜像站! -title: "" -labels: ['镜像站'] +name: 🎉 我找到了新的镜像站或源! +description: 为大家分享新的镜像站或可用源! +title: "分享是chsrc用户的一大美德" +labels: [''] body: - type: markdown attributes: @@ -11,7 +11,7 @@ body: - type: textarea id: description attributes: - label: 描述新的镜像站 + label: 描述该镜像站或该源 description: | 1. 请告诉我们该镜像站的主体URL 2. 你是否已经测试过该镜像站的可用性? diff --git a/.github/ISSUE_TEMPLATE/03-Share_Source.yml b/.github/ISSUE_TEMPLATE/03-Share_Source.yml deleted file mode 100644 index f8dab62..0000000 --- a/.github/ISSUE_TEMPLATE/03-Share_Source.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: 😋 我找到了新的可用源! -description: 为大家分享新的可用源! -title: "" -labels: ['源'] -body: - - type: markdown - attributes: - value: | - 感谢你的分享!这将使你与更广大的用户得到更多可选的服务! - - - type: textarea - id: description - attributes: - label: 描述该源 - description: | - 1. 请告诉我们提供该源的镜像站的主体URL - 2. 你是否已经测试过该源的可用性? - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/05-Deprecate.yml b/.github/ISSUE_TEMPLATE/04-Deprecate.yml similarity index 90% rename from .github/ISSUE_TEMPLATE/05-Deprecate.yml rename to .github/ISSUE_TEMPLATE/04-Deprecate.yml index e3bbb3a..640e79e 100644 --- a/.github/ISSUE_TEMPLATE/05-Deprecate.yml +++ b/.github/ISSUE_TEMPLATE/04-Deprecate.yml @@ -1,6 +1,6 @@ name: ⛓️‍💥 镜像源已失效 description: 该镜像站已关停/该源已不再被支持 -title: "" +title: "报告镜像源情况是chsrc用户的一大美德" labels: ['Deprecate'] body: - type: markdown