From 6f7e7236c1b5e465c809b5fa4a60657d989b265d Mon Sep 17 00:00:00 2001 From: Yasir Modak <42785357+ymodak@users.noreply.github.com> Date: Wed, 21 May 2025 14:06:15 -0700 Subject: [PATCH] Revert "Create feature_request.yml" --- .github/ISSUE_TEMPLATE/feature_request.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index 85183f3..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Feature request -description: Use this template to suggest a new feature -labels: ["type:feature request"] -body: - - type: markdown - attributes: - value: > - - type: textarea - id: description - attributes: - label: > - Description of the feature request: - - type: textarea - id: behavior - attributes: - label: > - What problem are you trying to solve with this feature? - - type: textarea - id: info - attributes: - label: > - Any other information you'd like to share?