X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2FISSUE_TEMPLATE%2Fbug_report.yml;h=dd821855bb0388711a2ed601138951d43daa8903;hb=2113b3c6c96d48ec565fef586149f112082c6c0e;hp=bd4b5d169c06c66a220dd2a5bb4594dce2b44b4f;hpb=7b3045e3cc041ea2b8221cb16e55f4a51253d89a;p=e-mobility-charging-stations-simulator.git diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index bd4b5d16..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 @@ -41,6 +43,9 @@ 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