X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2FISSUE_TEMPLATE%2Fbug_report.yml;h=dd821855bb0388711a2ed601138951d43daa8903;hb=7751ed9f218290d2410776cbcd86fac0313ace43;hp=ea64bd270e8842131f7ec6c2a2b8f8152f01cd40;hpb=7f774a554aa1ac13c597acb227063cb941eec468;p=e-mobility-charging-stations-simulator.git diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ea64bd27..dd821855 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,7 @@ name: 'Bug report' title: '[BUG] ' -description: Create a bug report +labels: ['bug', 'triage'] +description: File a bug report body: - type: markdown attributes: @@ -8,6 +9,7 @@ body: Thank you for reporting an issue. 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 @@ -20,17 +22,19 @@ body: 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: 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 @@ -39,6 +43,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