Use new issue types

This commit is contained in:
Aoran Zeng 2025-06-21 12:50:30 +08:00
parent f9c81e695a
commit cf9516b2c2
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
4 changed files with 9 additions and 5 deletions

View File

@ -1,7 +1,8 @@
name: 🐞 Bug 报告 name: 🐞 Bug 报告
description: 有 Bug 了吗? description: 有 Bug 了吗?
title: "详细报告BUG是chsrc用户的一大美德" title: "详细报告BUG是chsrc用户的一大美德"
labels: ["Bug"] # labels: [ ]
type: Bug
body: body:
- type: markdown - type: markdown
attributes: attributes:
@ -82,5 +83,5 @@ body:
label: 防止重复问题 label: 防止重复问题
description: 您确认在打开这个新的 issue 之前已经搜索过类似的issue。您可以评论或订阅已经存在的相关 issue description: 您确认在打开这个新的 issue 之前已经搜索过类似的issue。您可以评论或订阅已经存在的相关 issue
options: options:
- label: 我已在项目的 GitHub 和 Gitee 两个仓库分别搜索过类似的 issue - label: 我已在项目搜索过类似的 issue
required: true required: true

View File

@ -1,7 +1,8 @@
name: 🫡 我想要对 target 换源! name: 🫡 我想要对 target 换源!
description: 想要对尚未支持的 target 进行换源? description: 想要对尚未支持的 target 进行换源?
title: "提前找好方案怎么换源是chsrc用户的一大美德" title: "提前找好方案怎么换源是chsrc用户的一大美德"
labels: [] # labels: [ ]
type: Request
body: body:
- type: markdown - type: markdown
attributes: attributes:

View File

@ -1,7 +1,8 @@
name: 🎉 我找到了新的镜像站或源! name: 🎉 我找到了新的镜像站或源!
description: 为大家分享新的镜像站或可用源! description: 为大家分享新的镜像站或可用源!
title: "分享是chsrc用户的一大美德" title: "分享是chsrc用户的一大美德"
labels: [""] # labels: [ ]
type: Contribute
body: body:
- type: markdown - type: markdown
attributes: attributes:

View File

@ -1,7 +1,8 @@
name: ⛓️‍💥 镜像源已失效 name: ⛓️‍💥 镜像源已失效
description: 该镜像站已关停/该源已不再被支持 description: 该镜像站已关停/该源已不再被支持
title: "报告镜像源情况是chsrc用户的一大美德" title: "报告镜像源情况是chsrc用户的一大美德"
labels: ["Deprecate"] # labels: [ ]
type: Deprecate
body: body:
- type: markdown - type: markdown
attributes: attributes: