chore: update labels of issue templates
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: 我要反馈 Vant 的 Bug
|
name: 我要反馈 Vant 的 Bug
|
||||||
description: 通过标准模板进行 Bug 反馈。
|
description: 通过标准模板进行 Bug 反馈。
|
||||||
title: "[Bug Report] 在此填写标题"
|
title: "[Bug Report] 在此填写标题"
|
||||||
labels: ["bug"]
|
labels: ["🐞 bug"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: 我要反馈 Vant Cli 的 Bug
|
name: 我要反馈 Vant Cli 的 Bug
|
||||||
description: 通过标准模板进行 Bug 反馈。
|
description: 通过标准模板进行 Bug 反馈。
|
||||||
title: "[Bug Report] 在此填写标题"
|
title: "[Bug Report] 在此填写标题"
|
||||||
labels: ["bug", "cli"]
|
labels: ["🐞 bug", "cli"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: 我想要一个 Vant 的新功能
|
name: 我想要一个 Vant 的新功能
|
||||||
description: 通过标准模板描述一下你的功能需求。
|
description: 通过标准模板描述一下你的功能需求。
|
||||||
title: "[Feature Request] 在此填写标题"
|
title: "[Feature Request] 在此填写标题"
|
||||||
labels: ["feature"]
|
labels: ["💡 feature"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: 我想要一个 Vant Cli 的新功能
|
name: 我想要一个 Vant Cli 的新功能
|
||||||
description: 通过标准模板描述一下你的功能需求。
|
description: 通过标准模板描述一下你的功能需求。
|
||||||
title: "[Feature Request] 在此填写标题"
|
title: "[Feature Request] 在此填写标题"
|
||||||
labels: ["feature", "cli"]
|
labels: ["💡 feature", "cli"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Use issue template to report a bug.
|
description: Use issue template to report a bug.
|
||||||
title: "[Bug Report] Title"
|
title: "[Bug Report] Title"
|
||||||
labels: ["bug"]
|
labels: ["🐞 bug"]
|
||||||
body:
|
body:
|
||||||
- type: input
|
- type: input
|
||||||
id: reproduce
|
id: reproduce
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: Use issue template to request a new feature.
|
description: Use issue template to request a new feature.
|
||||||
title: "[Feature Request] Title"
|
title: "[Feature Request] Title"
|
||||||
labels: ["feature"]
|
labels: ["💡 feature"]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
|
|||||||
Reference in New Issue
Block a user