From c1a286e09c01218c1410de955488191e558048e0 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Thu, 14 Sep 2023 14:11:21 +0200 Subject: [PATCH] Update BUG_REPORT.yml --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 50e0aeb..490d1fc 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -48,10 +48,12 @@ body: description: > 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. - ``` + + ```ts device.formats = undefined console.log(JSON.stringify(device, null, 2)) ``` + This will be automatically formatted into code, so no need for backticks. render: json placeholder: >