From 239f93e48d4addf3bc0ca04120fe8544309831e0 Mon Sep 17 00:00:00 2001 From: Nguyen Ngoc Minh <91668012+Minh141120@users.noreply.github.com> Date: Fri, 27 Jun 2025 13:09:19 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore:=20update=20issue=20templa?= =?UTF-8?q?te=20(#5572)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: update label feature request * chore: remove labels type bug --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 - .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index be0f34319..940383f72 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,5 @@ name: "\U0001F41B Bug Report" description: "If something isn't working as expected \U0001F914" -labels: [ "type: bug" ] title: 'bug: [DESCRIPTION]' body: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b1a10e856..8e7fb4ca7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,7 @@ name: "\U0001F680 Feature Request" description: "Suggest an idea for this project \U0001F63B!" title: 'idea: [DESCRIPTION]' -labels: 'type: feature request' +labels: 'feature request' body: - type: textarea validations: