From cc40803b065f6d913dcd5d0e6158df0efc6fdfed Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 27 Dec 2023 09:00:16 +0800 Subject: [PATCH] chore: update feature request template --- .github/ISSUE_TEMPLATE/feature_request.yml | 25 +++++++++++++--------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 47a86007..6a312f56 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -6,22 +6,27 @@ body: attributes: value: | Before submitting a feature request, please check if the issue is already present in the issues. If it is, please add a reaction to the issue. If it isn't, please fill out the form below. - - type: textarea - attributes: - label: Is your feature request related to a problem? Please describe. - description: | - A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - placeholder: | - It would be great if [...] - validations: - required: true - type: textarea attributes: label: Describe the solution you'd like description: | A clear and concise description of what you want to happen. placeholder: | - I'd like to be able to [...] + It would be great if [...] + validations: + required: true + - type: dropdown + attributes: + label: Type of feature + description: What type of feature is this? + options: + - User Interface (UI) + - User Experience (UX) + - API + - Documentation + - Integrations + - Other + default: 0 validations: required: true - type: textarea