X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.github%2FISSUE_TEMPLATE%2Fbug_report.yml;h=dd821855bb0388711a2ed601138951d43daa8903;hb=3deb0824baee6b0ce6625c3bb3687f773a5892eb;hp=97cefa33a7a2bc3954ca902c2b3b5300c4364c3e;hpb=9e2960c46e69f7058cb4eb0b6a695d7202f17e92;p=e-mobility-charging-stations-simulator.git diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 97cefa33..dd821855 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,34 +1,40 @@ name: 'Bug report' title: '[BUG] ' -description: Create a bug report +labels: ['bug', 'triage'] +description: File a bug report body: - type: markdown attributes: 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: 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 - type: input attributes: - label: charging-stations-simulator version + label: e-mobility-charging-stations-simulator version - type: input attributes: - label: Node.js Version + label: Node.js version description: Output of `node -v`. - type: textarea attributes: label: System - description: Output of `npx envinfo --system`. + description: Output of `npx --yes envinfo --system`. - type: textarea attributes: label: Expected result @@ -37,7 +43,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.