From 0005f1d45d350defd3993a946bb347fbd2c93aa9 Mon Sep 17 00:00:00 2001 From: rehna-jp Date: Tue, 24 Feb 2026 05:34:45 +0000 Subject: [PATCH] chore: remove unnecessary sections from feature request template --- .github/ISSUE_TEMPLATE/feature_request.yml | 35 +--------------------- 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index fd9ffc1..72db0d9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -18,22 +18,6 @@ body: validations: required: true - - type: textarea - id: solution - attributes: - label: "💡 Proposed Solution" - description: Describe the solution you'd like to see implemented. - placeholder: "I'd like the application to..." - validations: - required: true - - - type: textarea - id: alternatives - attributes: - label: "🔄 Alternatives Considered" - description: Have you considered any alternative solutions or features? - placeholder: "I also considered..." - - type: dropdown id: impact attributes: @@ -44,21 +28,4 @@ body: - "Medium — Would improve a common workflow" - "Low — Nice to have" validations: - required: true - - - type: textarea - id: context - attributes: - label: "📎 Additional Context" - description: Add any other context, mockups, or screenshots about the feature request here. - placeholder: "You can drag and drop images here..." - - - type: checkboxes - id: terms - attributes: - label: "✔️ Pre-submission Checklist" - options: - - label: "I have searched for existing issues and this is not a duplicate." - required: true - - label: "I have clearly described the problem and proposed solution." - required: true + required: true \ No newline at end of file