From cf9516b2c2e184c14255ee12eea1cce2b5c217c2 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Sat, 21 Jun 2025 12:50:30 +0800 Subject: [PATCH] Use new issue types --- .github/ISSUE_TEMPLATE/01-Report_Bug.yml | 5 +++-- .github/ISSUE_TEMPLATE/02-Request_Recipe.yml | 3 ++- .github/ISSUE_TEMPLATE/03-Share.yml | 3 ++- .github/ISSUE_TEMPLATE/04-Deprecate.yml | 3 ++- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-Report_Bug.yml b/.github/ISSUE_TEMPLATE/01-Report_Bug.yml index feaeb41..6a2ee20 100644 --- a/.github/ISSUE_TEMPLATE/01-Report_Bug.yml +++ b/.github/ISSUE_TEMPLATE/01-Report_Bug.yml @@ -1,7 +1,8 @@ name: 🐞 Bug 报告 description: 有 Bug 了吗? title: "详细报告BUG是chsrc用户的一大美德" -labels: ["Bug"] +# labels: [ ] +type: Bug body: - type: markdown attributes: @@ -82,5 +83,5 @@ body: label: 防止重复问题 description: 您确认在打开这个新的 issue 之前已经搜索过类似的issue。您可以评论或订阅已经存在的相关 issue options: - - label: 我已在项目的 GitHub 和 Gitee 两个仓库分别搜索过类似的 issue + - label: 我已在项目中搜索过类似的 issue required: true diff --git a/.github/ISSUE_TEMPLATE/02-Request_Recipe.yml b/.github/ISSUE_TEMPLATE/02-Request_Recipe.yml index ee19985..dd743b6 100644 --- a/.github/ISSUE_TEMPLATE/02-Request_Recipe.yml +++ b/.github/ISSUE_TEMPLATE/02-Request_Recipe.yml @@ -1,7 +1,8 @@ name: 🫡 我想要对 target 换源! description: 想要对尚未支持的 target 进行换源? title: "提前找好方案怎么换源是chsrc用户的一大美德" -labels: [] +# labels: [ ] +type: Request body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/03-Share.yml b/.github/ISSUE_TEMPLATE/03-Share.yml index 8316d8e..fe88b22 100644 --- a/.github/ISSUE_TEMPLATE/03-Share.yml +++ b/.github/ISSUE_TEMPLATE/03-Share.yml @@ -1,7 +1,8 @@ name: 🎉 我找到了新的镜像站或源! description: 为大家分享新的镜像站或可用源! title: "分享是chsrc用户的一大美德" -labels: [""] +# labels: [ ] +type: Contribute body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/04-Deprecate.yml b/.github/ISSUE_TEMPLATE/04-Deprecate.yml index 7e7d445..2674908 100644 --- a/.github/ISSUE_TEMPLATE/04-Deprecate.yml +++ b/.github/ISSUE_TEMPLATE/04-Deprecate.yml @@ -1,7 +1,8 @@ name: ⛓️‍💥 镜像源已失效 description: 该镜像站已关停/该源已不再被支持 title: "报告镜像源情况是chsrc用户的一大美德" -labels: ["Deprecate"] +# labels: [ ] +type: Deprecate body: - type: markdown attributes: