X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.github%2FISSUE_TEMPLATE%2Ffeature_request.yml;h=0cee693fca2f14f700db8314dddec1f9470de383;hb=a11242837ef77110c4d4b7a6ab0fa6f9a644a253;hp=18d77c10c87b7aa99a3888f8c375706cb269f5ba;hpb=7f774a554aa1ac13c597acb227063cb941eec468;p=e-mobility-charging-stations-simulator.git diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 18d77c10..0cee693f 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 @@ -8,18 +9,34 @@ body: Thank you for requesting a feature. This issue tracker is for feature requests in e-mobility-charging-stations-simulator. + Any misuse of this issue tracker will be closed immediately, such as simulator configuration support, simulator usage support, ... + Please fill in as much of the template below as you're able. - type: checkboxes attributes: label: Duplicate issue options: - label: I've searched for any related issues and avoided creating a duplicate issue. required: true + - type: dropdown + attributes: + label: Component + description: The component of the simulator that the feature is related to. + options: + - Simulator + - Web UI + 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 - description: Logs, configurations, screenshots, screencast, etc. + description: Architecture or design documents, screenshots, screencast, etc.