From ca6636ca773f43ce417b621593128b9b897ab869 Mon Sep 17 00:00:00 2001 From: clsty Date: Sun, 9 Feb 2025 19:50:40 +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 f60d85a4d..5e3aad12f 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: "" +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 8e13ea5d4..0e9cee282 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: "" +title: " " labels: ["FEATURE"] body: - type: markdown