Skip to content

Commit 163061d

Browse files
feat: Improve issue template
1 parent ff846e8 commit 163061d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: BUG 提交
22
description: 提交产品缺陷帮助我们更好的改进
33
title: "[BUG] "
4-
labels: "bug"
5-
assignees: "zrfit"
4+
labels: ["bug"]
5+
assignees: ["zrfit"]
66
body:
77
- type: markdown
88
id: contacts_title

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: 需求建议
22
description: 提出针对本项目的想法和建议
33
title: "[FEATURE] "
4-
labels: "需求"
5-
assignees: "luty2018"
4+
labels: ["需求"]
5+
assignees: ["luty2018", "sakura1412"]
66
body:
77
- type: markdown
88
id: environment

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: 问题咨询
22
description: 提出针对本项目安装部署、使用及其他方面的相关问题
33
title: "[QUESTION] "
4-
labels: "question"
5-
assignees: "luty2018"
4+
labels: ["question"]
5+
assignees: ["luty2018", "sakura1412"]
66
body:
77
- type: textarea
88
id: description

0 commit comments

Comments
 (0)