From 8f7683f98f4f74b8460bb73feedad201ff830587 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Thu, 14 Sep 2023 14:13:16 +0200 Subject: [PATCH] Update BUG_REPORT.yml --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 328fcfe..bdb02f5 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -50,9 +50,11 @@ body: 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)) + ``` This will be automatically formatted into code, so no need for backticks.