From 475e22e52ee873f13d1da88724f45b6b35941c69 Mon Sep 17 00:00:00 2001 From: quorafind <951011105@qq.com> Date: Fri, 27 Sep 2024 16:12:27 +0800 Subject: [PATCH] chore: remove feature request template --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 ------ .github/ISSUE_TEMPLATE/feature_request.yml | 25 ---------------------- 2 files changed, 32 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index daced30..f4e2282 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -33,13 +33,6 @@ body: placeholder: 0.13.19 validations: required: true - - type: checkboxes - id: editor - attributes: - label: Which editor are you using? (If applicable) - options: - - label: New Editor (WYSIWYG) | 新编辑器 - - label: Legacy Editor (Markdown) | 旧编辑器 - type: checkboxes id: checklist attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index b28e69c..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Feature request | 功能请求 -description: Suggest an idea | 提出一个想法 -title: "Feature Request: " -labels: [ "feature request" ] -body: - - type: textarea - id: feature-requested - attributes: - label: Feature Requested | 请求的功能 - description: A clear and concise description of the feature. 一个清晰而简洁的功能描述。 - validations: - required: true - - type: textarea - id: screenshot - attributes: - label: Relevant Screenshot | 相关截图 - description: If applicable, add screenshots or a screen recording to help explain the request. 如果适用,请添加截图或屏幕录制以帮助解释请求。 - - type: checkboxes - id: checklist - attributes: - label: Checklist | 检查清单 - options: - - label: The feature would be useful to more users than just me. 该功能对于不仅仅是我自己的用户来说是有用的。 - required: true -