From 4e594450707f09130de1358586356b6f81b5c51b Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Tue, 9 Nov 2021 14:38:21 +0800 Subject: [PATCH] chore: update labels of issue templates --- .github/ISSUE_TEMPLATE/template-1-bug-report-vant.zh-CN.yml | 2 +- .github/ISSUE_TEMPLATE/template-2-bug-report-vant-cli.zh-CN.yml | 2 +- .../ISSUE_TEMPLATE/template-3-feature-request-vant.zh-CN.yml | 2 +- .../template-4-feature-request-vant-cli.zh-CN.yml | 2 +- .github/ISSUE_TEMPLATE/template-5-bug-report-vant.en-US.yml | 2 +- .../ISSUE_TEMPLATE/template-6-feature-request-vant.en-US.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/template-1-bug-report-vant.zh-CN.yml b/.github/ISSUE_TEMPLATE/template-1-bug-report-vant.zh-CN.yml index a5302db93..887956a43 100644 --- a/.github/ISSUE_TEMPLATE/template-1-bug-report-vant.zh-CN.yml +++ b/.github/ISSUE_TEMPLATE/template-1-bug-report-vant.zh-CN.yml @@ -1,7 +1,7 @@ name: 我要反馈 Vant 的 Bug description: 通过标准模板进行 Bug 反馈。 title: "[Bug Report] 在此填写标题" -labels: ["bug"] +labels: ["🐞 bug"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/template-2-bug-report-vant-cli.zh-CN.yml b/.github/ISSUE_TEMPLATE/template-2-bug-report-vant-cli.zh-CN.yml index 9b08cdd4a..f5360f12b 100644 --- a/.github/ISSUE_TEMPLATE/template-2-bug-report-vant-cli.zh-CN.yml +++ b/.github/ISSUE_TEMPLATE/template-2-bug-report-vant-cli.zh-CN.yml @@ -1,7 +1,7 @@ name: 我要反馈 Vant Cli 的 Bug description: 通过标准模板进行 Bug 反馈。 title: "[Bug Report] 在此填写标题" -labels: ["bug", "cli"] +labels: ["🐞 bug", "cli"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/template-3-feature-request-vant.zh-CN.yml b/.github/ISSUE_TEMPLATE/template-3-feature-request-vant.zh-CN.yml index b1dc07250..a79bfebe3 100644 --- a/.github/ISSUE_TEMPLATE/template-3-feature-request-vant.zh-CN.yml +++ b/.github/ISSUE_TEMPLATE/template-3-feature-request-vant.zh-CN.yml @@ -1,7 +1,7 @@ name: 我想要一个 Vant 的新功能 description: 通过标准模板描述一下你的功能需求。 title: "[Feature Request] 在此填写标题" -labels: ["feature"] +labels: ["💡 feature"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/template-4-feature-request-vant-cli.zh-CN.yml b/.github/ISSUE_TEMPLATE/template-4-feature-request-vant-cli.zh-CN.yml index 49cc955f2..1242c1983 100644 --- a/.github/ISSUE_TEMPLATE/template-4-feature-request-vant-cli.zh-CN.yml +++ b/.github/ISSUE_TEMPLATE/template-4-feature-request-vant-cli.zh-CN.yml @@ -1,7 +1,7 @@ name: 我想要一个 Vant Cli 的新功能 description: 通过标准模板描述一下你的功能需求。 title: "[Feature Request] 在此填写标题" -labels: ["feature", "cli"] +labels: ["💡 feature", "cli"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/template-5-bug-report-vant.en-US.yml b/.github/ISSUE_TEMPLATE/template-5-bug-report-vant.en-US.yml index aed33c969..61220c006 100644 --- a/.github/ISSUE_TEMPLATE/template-5-bug-report-vant.en-US.yml +++ b/.github/ISSUE_TEMPLATE/template-5-bug-report-vant.en-US.yml @@ -1,7 +1,7 @@ name: Bug Report description: Use issue template to report a bug. title: "[Bug Report] Title" -labels: ["bug"] +labels: ["🐞 bug"] body: - type: input id: reproduce diff --git a/.github/ISSUE_TEMPLATE/template-6-feature-request-vant.en-US.yml b/.github/ISSUE_TEMPLATE/template-6-feature-request-vant.en-US.yml index d10590424..a9e8d128e 100644 --- a/.github/ISSUE_TEMPLATE/template-6-feature-request-vant.en-US.yml +++ b/.github/ISSUE_TEMPLATE/template-6-feature-request-vant.en-US.yml @@ -1,7 +1,7 @@ name: Feature Request description: Use issue template to request a new feature. title: "[Feature Request] Title" -labels: ["feature"] +labels: ["💡 feature"] body: - type: textarea id: description