X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2FISSUE_TEMPLATE%2Fbug_report.yml;h=b0efef9b871e1adc37e7cd957fc77e77aff48b1a;hb=4bbeb8ad766752ba5da88513d9e77cba136ae85f;hp=dd821855bb0388711a2ed601138951d43daa8903;hpb=8664faa4267611c6f15a5e0d7cd77c6ba72eb7ce;p=e-mobility-charging-stations-simulator.git diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index dd821855..b0efef9b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -18,23 +18,40 @@ body: 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 bug is related to. + options: + - Simulator + - Web UI + validations: + required: true - type: textarea attributes: label: Description description: Description of the bug. placeholder: | - Please include error outputs in the 'Actual result' input field from 'pnpm start:dev', if any + validations: + required: true - type: input attributes: - label: e-mobility-charging-stations-simulator version + label: Version + validations: + required: true - type: input attributes: label: Node.js version description: Output of `node -v`. + validations: + required: true - type: textarea attributes: label: System description: Output of `npx --yes envinfo --system`. + validations: + required: true - type: textarea attributes: label: Expected result