From 0b452ade83dadfcfed49fa7243c1dba2f337b7d5 Mon Sep 17 00:00:00 2001 From: Maiko Sinkyaet Tan Date: Fri, 29 Mar 2024 11:30:48 +0800 Subject: [PATCH] chore: update labels in bug report template (#221) * chore: update labels in bug report template * chore: update label in feature template * chore: update label for new sources --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/feature.yml | 2 +- .github/ISSUE_TEMPLATE/new-source.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 4c99b189b..374272710 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -2,7 +2,7 @@ name: Bug Report description: 提交错误报告 title: 'Bug: ' labels: - - bug + - ':bug: bug' body: - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index b4ef9764a..2be529496 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -2,7 +2,7 @@ name: Feature Request description: 提交功能请求 title: 'Feature: ' labels: - - feature + - ':cake: feature' body: - type: dropdown id: sources diff --git a/.github/ISSUE_TEMPLATE/new-source.yml b/.github/ISSUE_TEMPLATE/new-source.yml index 729ebb02d..0159ca00b 100644 --- a/.github/ISSUE_TEMPLATE/new-source.yml +++ b/.github/ISSUE_TEMPLATE/new-source.yml @@ -2,7 +2,7 @@ name: New Source Request description: 添加新图源支持请求 title: 'Feature: New Source' labels: - - feature + - ':watermelon: new source' body: - type: markdown attributes: