From c58604716ef8fe673f682a30b2c5d9699725e64f Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 18 Feb 2025 21:56:41 +0530 Subject: [PATCH] Update FeatureRequest.yaml (#3974) updated submittal questions --- .github/ISSUE_TEMPLATE/FeatureRequest.yaml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/FeatureRequest.yaml b/.github/ISSUE_TEMPLATE/FeatureRequest.yaml index 3a3997beb..161e56e9c 100644 --- a/.github/ISSUE_TEMPLATE/FeatureRequest.yaml +++ b/.github/ISSUE_TEMPLATE/FeatureRequest.yaml @@ -8,13 +8,23 @@ body: options: - label: I've searched existing issues and found nothing related to my issue. required: true + - type: checkboxes + attributes: + label: 'This feature' + options: + - label: blocks me from using Bruno + required: false + - label: would improve my quality of life in Bruno + required: false + - label: is something I've never seen an API client do before + required: false - type: markdown attributes: value: | Suggest an idea for this project. - type: textarea attributes: - label: Describe the feature you want to add + label: Describe the feature you want to add, and how it would change your usage of Bruno description: A clear and concise description of the feature you want to be added. validations: required: true @@ -23,4 +33,4 @@ body: label: Mockups or Images of the feature description: Add some images to support your feature. validations: - required: true + required: false