From f0bcc22f74b9a74a34c1b59ab5584303d750ac74 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Sun, 10 Sep 2023 19:32:17 +0530 Subject: [PATCH] chore: remove system info lang in issue template closes #2924 --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4805b6c9..2da6a069 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -37,7 +37,7 @@ body: attributes: label: System Info description: Output of `npx envinfo --system --npmPackages vitepress --binaries --browsers` - render: sh + render: Text placeholder: System, Binaries, Browsers validations: required: true