X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2FISSUE_TEMPLATE%2Fbug_report.yml;h=dd821855bb0388711a2ed601138951d43daa8903;hb=efc411f77a552bf66e118c46c25dcf6ef8d07a16;hp=8100917989345b8568eb34b3c1ae6cab317bb2f9;hpb=9f9755c2b00dc4a6d2a55b583c038f96f93471eb;p=e-mobility-charging-stations-simulator.git diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 81009179..dd821855 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: @@ -22,12 +22,14 @@ 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: @@ -41,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