diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c274feea..529bcf01 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -84,8 +84,15 @@ body: attributes: label: Logs and Stack Traces description: Please paste any relevant logs or stack traces - render: shell - placeholder: Paste logs here + value: | +
+ Logs + + ``` + Paste logs here + ``` + +
- type: textarea id: screenshots