From 30353e125f6fe7fc38aa6b7c36d55b6b814810f2 Mon Sep 17 00:00:00 2001 From: David Matter Date: Fri, 30 Aug 2024 11:57:52 +0200 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fa97d152ce..30b8ed30e6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -53,7 +53,8 @@ body: label: package.json dependencies description: You may add your list of dependencies here as it helps us to investigate your report. render: json - placeholder: ```json + placeholder: | + ```json { "dependencies": {}, "devDependencies": {},