X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2FISSUE_TEMPLATE%2Ffeature_request.yml;h=7554e292882dc0810849a2714b51594338eefa20;hb=7ed430ff71a022333b8f318c75de07eb47203515;hp=d970b1e2ce21b7e842642132bdb046ea9dcb42d2;hpb=72b3d838688a1860297e7afb195e7d576fda3a69;p=e-mobility-charging-stations-simulator.git diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index d970b1e2..7554e292 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,6 @@ name: 'Feature request' title: '[FEATURE] ' +labels: ['enhancement', 'triage'] description: Request a feature body: - type: markdown @@ -16,11 +17,27 @@ body: label: Duplicate issue options: - label: I've searched for any related issues and avoided creating a duplicate issue. - required: true + validations: + required: true + - type: dropdown + attributes: + label: Component + description: The component of the simulator that the feature is related to. + options: + - Simulator + - Web UI + default: 0 + validations: + required: true - type: textarea attributes: label: Description description: A clear and concise description of the feature. + placeholder: | + - If your feature request is related to a problem, please describe it + - If you have solutions in mind, please describe them + validations: + required: true - type: textarea attributes: label: Attachments