X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.github%2FISSUE_TEMPLATE%2Fbug_report.yml;h=b0efef9b871e1adc37e7cd957fc77e77aff48b1a;hb=1f479edba7093c3aa17e5149bfb97c65b522a3a0;hp=5a1f04250c13ae66a7dac62aa850e43a22e81885;hpb=f33833db2498e39eb2da014aa719ce641b164096;p=e-mobility-charging-stations-simulator.git diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5a1f0425..b0efef9b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,37 +1,57 @@ name: 'Bug report' title: '[BUG] ' -description: Create a bug report +labels: ['bug', 'triage'] +description: File a bug report body: - type: markdown attributes: - label: Description value: | Thank you for reporting an issue. - This issue tracker is for bugs and issues found in charging-stations-simulator. + This issue tracker is for bugs and issues found 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. + - 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: charging-stations-simulator version + label: Version + validations: + required: true - type: input attributes: - label: Node.js Version + label: Node.js version description: Output of `node -v`. + validations: + required: true - type: textarea attributes: label: System - description: Output of `npx envinfo --system`. + description: Output of `npx --yes envinfo --system`. + validations: + required: true - type: textarea attributes: label: Expected result @@ -40,7 +60,14 @@ 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 - description: Logs, screenshots, screencast, etc. + description: Logs, configurations, screenshots, screencast, etc.