chore: update labels in issue template (#9857)

This commit is contained in:
neverland 2021-11-13 19:41:37 +08:00 committed by GitHub
parent e5ead06d12
commit a7081b7e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
name: 我要反馈 Vant 的 Bug
description: 通过标准模板进行 Bug 反馈。
title: "[Bug Report] 在此填写标题"
labels: ["🐞 bug"]
title: "[Bug Report] 在此填写标题"
labels: ["bug: need confirm"]
body:
- type: markdown
attributes:

View File

@ -1,7 +1,7 @@
name: 我要反馈 Vant Cli 的 Bug
description: 通过标准模板进行 Bug 反馈。
title: "[Bug Report] 在此填写标题"
labels: ["🐞 bug", "cli"]
title: "[Bug Report] 在此填写标题"
labels: ["bug: need confirm", "cli"]
body:
- type: markdown
attributes:

View File

@ -1,7 +1,7 @@
name: 我想要一个 Vant 的新功能
description: 通过标准模板描述一下你的功能需求。
title: "[Feature Request] 在此填写标题"
labels: ["💡 feature"]
title: "[Feature Request] 在此填写标题"
labels: ["feature: need confirm"]
body:
- type: markdown
attributes:

View File

@ -1,7 +1,7 @@
name: 我想要一个 Vant Cli 的新功能
description: 通过标准模板描述一下你的功能需求。
title: "[Feature Request] 在此填写标题"
labels: ["💡 feature", "cli"]
title: "[Feature Request] 在此填写标题"
labels: ["feature: need confirm", "cli"]
body:
- type: markdown
attributes:

View File

@ -1,7 +1,7 @@
name: Bug Report
description: Use issue template to report a bug.
title: "[Bug Report] Title"
labels: ["🐞 bug"]
labels: ["bug: need confirm"]
body:
- type: input
id: reproduce

View File

@ -1,7 +1,7 @@
name: Feature Request
description: Use issue template to request a new feature.
title: "[Feature Request] Title"
labels: ["💡 feature"]
labels: ["feature: need confirm"]
body:
- type: textarea
id: description