Skip to content

Commit cf9516b

Browse files
committed
Use new issue types
1 parent f9c81e6 commit cf9516b

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.github/ISSUE_TEMPLATE/01-Report_Bug.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: 🐞 Bug 报告
22
description: 有 Bug 了吗?
33
title: "详细报告BUG是chsrc用户的一大美德"
4-
labels: ["Bug"]
4+
# labels: [ ]
5+
type: Bug
56
body:
67
- type: markdown
78
attributes:
@@ -82,5 +83,5 @@ body:
8283
label: 防止重复问题
8384
description: 您确认在打开这个新的 issue 之前已经搜索过类似的issue。您可以评论或订阅已经存在的相关 issue
8485
options:
85-
- label: 我已在项目的 GitHub 和 Gitee 两个仓库分别搜索过类似的 issue
86+
- label: 我已在项目中搜索过类似的 issue
8687
required: true

.github/ISSUE_TEMPLATE/02-Request_Recipe.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: 🫡 我想要对 target 换源!
22
description: 想要对尚未支持的 target 进行换源?
33
title: "提前找好方案怎么换源是chsrc用户的一大美德"
4-
labels: []
4+
# labels: [ ]
5+
type: Request
56
body:
67
- type: markdown
78
attributes:

.github/ISSUE_TEMPLATE/03-Share.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: 🎉 我找到了新的镜像站或源!
22
description: 为大家分享新的镜像站或可用源!
33
title: "分享是chsrc用户的一大美德"
4-
labels: [""]
4+
# labels: [ ]
5+
type: Contribute
56
body:
67
- type: markdown
78
attributes:

.github/ISSUE_TEMPLATE/04-Deprecate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: ⛓️‍💥 镜像源已失效
22
description: 该镜像站已关停/该源已不再被支持
33
title: "报告镜像源情况是chsrc用户的一大美德"
4-
labels: ["Deprecate"]
4+
# labels: [ ]
5+
type: Deprecate
56
body:
67
- type: markdown
78
attributes:

0 commit comments

Comments
 (0)