From f63d34156a8abd62871bc9a33328ee7a1cbacfdb Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Tue, 10 Sep 2024 07:52:38 +0800 Subject: [PATCH] Update .github template --- .../{Bug_Report.yml => 01-Bug_Report.yml} | 2 +- ...rget_Request.yml => 02-Target_Request.yml} | 2 +- .github/ISSUE_TEMPLATE/03-Source_Share.yml | 19 +++++++++++++++++ .github/ISSUE_TEMPLATE/04-Mirror_Share.yml | 21 +++++++++++++++++++ .github/ISSUE_TEMPLATE/Source_Share.yml | 19 ----------------- 5 files changed, 42 insertions(+), 21 deletions(-) rename .github/ISSUE_TEMPLATE/{Bug_Report.yml => 01-Bug_Report.yml} (99%) rename .github/ISSUE_TEMPLATE/{Target_Request.yml => 02-Target_Request.yml} (96%) create mode 100644 .github/ISSUE_TEMPLATE/03-Source_Share.yml create mode 100644 .github/ISSUE_TEMPLATE/04-Mirror_Share.yml delete mode 100644 .github/ISSUE_TEMPLATE/Source_Share.yml diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.yml b/.github/ISSUE_TEMPLATE/01-Bug_Report.yml similarity index 99% rename from .github/ISSUE_TEMPLATE/Bug_Report.yml rename to .github/ISSUE_TEMPLATE/01-Bug_Report.yml index c5a6d83..7f59eba 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.yml +++ b/.github/ISSUE_TEMPLATE/01-Bug_Report.yml @@ -1,4 +1,4 @@ -name: Bug 报告 +name: 🐞Bug 报告 description: 有 Bug 了吗? title: "[Bug] " labels: [] diff --git a/.github/ISSUE_TEMPLATE/Target_Request.yml b/.github/ISSUE_TEMPLATE/02-Target_Request.yml similarity index 96% rename from .github/ISSUE_TEMPLATE/Target_Request.yml rename to .github/ISSUE_TEMPLATE/02-Target_Request.yml index 533027a..38ac3ca 100644 --- a/.github/ISSUE_TEMPLATE/Target_Request.yml +++ b/.github/ISSUE_TEMPLATE/02-Target_Request.yml @@ -1,4 +1,4 @@ -name: 我想要对 target 换源! +name: 🫸我想要对 target 换源! description: 想要对尚未支持的 target 进行换源? title: "[New Target] " labels: [] diff --git a/.github/ISSUE_TEMPLATE/03-Source_Share.yml b/.github/ISSUE_TEMPLATE/03-Source_Share.yml new file mode 100644 index 0000000..caab5cf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03-Source_Share.yml @@ -0,0 +1,19 @@ +name: 😋我找到了新的可用源! +description: 为大家分享新的可用源! +title: "[New Source] " +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/04-Mirror_Share.yml b/.github/ISSUE_TEMPLATE/04-Mirror_Share.yml new file mode 100644 index 0000000..b19cd6c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/04-Mirror_Share.yml @@ -0,0 +1,21 @@ +name: 🎉隔壁新开了个镜像站! +description: 告诉我们哪里开了个新镜像站! +title: "[New Mirror] " +labels: [] +body: + - type: markdown + attributes: + value: | + 感谢你的分享!这将使你与更广大的用户得到更多可选的服务!同时也让镜像站开发维护人员更加有使命感! + + - type: textarea + id: description + attributes: + label: 描述新的镜像站 + description: | + 1. 请告诉我们该镜像站的主体URL + 2. 你是否已经测试过该镜像站的可用性? + 3. 它大概提供哪些源? + 4. 你想要我们为你添加该镜像站的具体哪个源? + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/Source_Share.yml b/.github/ISSUE_TEMPLATE/Source_Share.yml deleted file mode 100644 index 83e80d6..0000000 --- a/.github/ISSUE_TEMPLATE/Source_Share.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: 隔壁新开了个镜像站! or 我找到了新的可用源! -description: 告诉我们哪里开了个新镜像站!为大家分享可用的源! -title: "[New Source] " -labels: [] -body: - - type: markdown - attributes: - value: | - 感谢你的分享!这将使你与更广大的用户得到更多可选的服务!同时也让镜像站开发维护人员更加有使命感! - - - type: textarea - id: description - attributes: - label: 描述新的镜像站或源 - placeholder: | - 1. 如果是新镜像站; 请告诉我们镜像站的主体URL,以及它大概提供什么源? - 2. 如果是新源; 请告诉我们镜像站的主体URL - validations: - required: true