From b011ad3de9fe36092c2b3437da69f69151599354 Mon Sep 17 00:00:00 2001 From: Dewan Tawsif Date: Sat, 24 Aug 2024 14:15:15 +0600 Subject: [PATCH] Improve the feature request issue template --- .github/ISSUE_TEMPLATE/feature_request.yml | 24 +++++----------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 7192ee935..9b1b7e9ba 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -3,30 +3,16 @@ description: File a feature request labels: - "kind: enhancement" body: - - type: markdown - attributes: - value: | - Thank you for filing a feature request. - type: textarea - id: what-happened + id: feature-description attributes: label: What feature would you like to see? description: Please describe the feature you would like to see. - placeholder: Tell us what you would like to see! - validations: - required: true - - type: dropdown - id: platform - attributes: - label: What platform are you seeing the problem on? - options: - - Linux - - macOS - - Windows + placeholder: I would like to see… validations: required: true - type: textarea - id: logs + id: other-details attributes: - label: Additional context - description: Add any other context about the feature request here. \ No newline at end of file + label: Other details + placeholder: Add any additional details about the feature request here.