Skip to content

Commit 439a2d2

Browse files
authored
chore: add default issue labels (#603)
* chore: 预设 issue 分类 * chore: update labels * chore: update labels `unconfirmed` * chore: update label unconfirmed icons
1 parent a1b1255 commit 439a2d2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.zh-CN.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: 反馈 Bug
22
description: 通过 github 模板进行 Bug 反馈。
33
title: "[组件名称] 描述问题的标题"
4+
labels: [🐞 bug,🧐 unconfirmed]
45
body:
56
- type: markdown
67
attributes:

.github/ISSUE_TEMPLATE/feature-report.zh-CN.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: 反馈新功能
22
description: 通过 github 模板进行新功能反馈。
33
title: "[组件名称] 描述问题的标题"
4+
labels: [💪🏻 enhancement,🧐 unconfirmed]
45
body:
56
- type: markdown
67
attributes:

0 commit comments

Comments
 (0)