From dd30f24ecfd9a1754ef27b1a1c78d34851ece69f Mon Sep 17 00:00:00 2001 From: clsty Date: Sun, 9 Feb 2025 19:49:46 +0800 Subject: [PATCH] Update issue forms. --- .github/ISSUE_TEMPLATE/1-issue.yml | 2 +- .github/ISSUE_TEMPLATE/2-feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-issue.yml b/.github/ISSUE_TEMPLATE/1-issue.yml index 781f2ae37..f60d85a4d 100644 --- a/.github/ISSUE_TEMPLATE/1-issue.yml +++ b/.github/ISSUE_TEMPLATE/1-issue.yml @@ -1,6 +1,6 @@ name: Issue description: for reporting any issue -title: "[Issue] " +title: "" labels: ["ISSUE"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/2-feature_request.yml b/.github/ISSUE_TEMPLATE/2-feature_request.yml index b3a5a20d0..8e13ea5d4 100644 --- a/.github/ISSUE_TEMPLATE/2-feature_request.yml +++ b/.github/ISSUE_TEMPLATE/2-feature_request.yml @@ -1,6 +1,6 @@ name: Feature request description: Suggest an idea for this project -title: "[Feature] " +title: "" labels: ["FEATURE"] body: - type: markdown