From e9f0aecfbab8f5b43e4a85a76ec43679f124c958 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Thu, 14 Sep 2023 14:12:01 +0200 Subject: [PATCH] Update BUG_REPORT.yml --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 328fcfe..1b98a33 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -49,11 +49,11 @@ body: Paste the JSON Camera `device` that was used here. Make sure to leave out the `formats` prop as that is too long for the issue. - ``` - device.formats = undefined - console.log(JSON.stringify(device, null, 2)) - ``` + device.formats = undefined + + console.log(JSON.stringify(device, null, 2)) + This will be automatically formatted into code, so no need for backticks. render: json