X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2FISSUE_TEMPLATE%2Fbug_report.yml;h=b0efef9b871e1adc37e7cd957fc77e77aff48b1a;hb=e8d3abc6fccc7c52dd2a6f0abda325d497d50f97;hp=672ca53602572507185fe746586cb8f495d60314;hpb=a2543ca46882bfddb35ffe325b0cb6cebff048ae;p=e-mobility-charging-stations-simulator.git diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 672ca536..b0efef9b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ name: 'Bug report' title: '[BUG] ' labels: ['bug', 'triage'] -description: Create a bug report +description: File a bug report body: - type: markdown attributes: @@ -18,21 +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 @@ -41,6 +60,13 @@ body: attributes: label: Actual result description: What actually happened. + placeholder: | + - Please include the actual error outputs generated from 'pnpm start:dev', if any + - Please include the actual error log messages, if any + - type: textarea + attributes: + label: Steps to reproduce + description: Steps to reproduce the bug. - type: textarea attributes: label: Attachments