From 56a8098442886653272e8f748c11360a012747dd Mon Sep 17 00:00:00 2001 From: YaoSiQian <2229561981@qq.com> Date: Wed, 25 Jun 2025 20:50:33 +0800 Subject: [PATCH] fix(issue_template): fix tags --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +-- .github/ISSUE_TEMPLATE/feature_request.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 132d1b7..c9684d1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,8 +1,7 @@ name: Bug report -about: Create a report to help us improve +description: Create a report to help us improve title: '[BUG] ' labels: bug -assignees: '' body: - type: input id: Platform diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index f551d45..49a00eb 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,8 +1,7 @@ name: Feature request -about: Suggest an idea for OpenCut +description: Suggest an idea for OpenCut title: '[FEATURE] ' labels: enhancement -assignees: '' body: - type: markdown attributes: