X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.github%2FISSUE_TEMPLATE%2Fbug_report.yml;h=dd821855bb0388711a2ed601138951d43daa8903;hb=0a20508138762053a4373c947ca08c3da3a01d51;hp=513e62f9797b81a4d91d67a4e427c1a6a262a0a3;hpb=dd8d764b3106ad60252c29229f5d21b000147e7f;p=e-mobility-charging-stations-simulator.git diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 513e62f9..dd821855 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -22,6 +22,8 @@ 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 @@ -42,7 +44,8 @@ body: label: Actual result description: What actually happened. placeholder: | - Please include the actual error message generated with from `pnpm start:dev`, if any. + - 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