From ea2178f14b179b63465a0d2adadfd022613f6146 Mon Sep 17 00:00:00 2001 From: clsty Date: Sun, 9 Feb 2025 19:51:57 +0800 Subject: [PATCH] Update issue forms. --- .github/ISSUE_TEMPLATE/1-issue.yml | 1 - .github/ISSUE_TEMPLATE/2-feature_request.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-issue.yml b/.github/ISSUE_TEMPLATE/1-issue.yml index 5e3aad12f..52d219ef4 100644 --- a/.github/ISSUE_TEMPLATE/1-issue.yml +++ b/.github/ISSUE_TEMPLATE/1-issue.yml @@ -1,6 +1,5 @@ name: Issue description: for reporting any 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 0e9cee282..59f10632a 100644 --- a/.github/ISSUE_TEMPLATE/2-feature_request.yml +++ b/.github/ISSUE_TEMPLATE/2-feature_request.yml @@ -1,6 +1,5 @@ name: Feature request description: Suggest an idea for this project -title: " " labels: ["FEATURE"] body: - type: markdown