From 2c7f688fb215f2a3be4c3910e4b3549564706feb Mon Sep 17 00:00:00 2001 From: Sadegh Barati Date: Wed, 31 Jan 2024 20:02:41 +0330 Subject: [PATCH] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index f1ec965f..6a27e7ef 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -41,6 +41,9 @@ body: label: System Info description: Output of `npx envinfo --system --npmPackages vue,@vueuse/core,radix-vue,nuxt,shadcn-vue,shadcn-nuxt,unplugin-auto-import --binaries --browsers` render: bash + placeholder: System, Binaries, Browsers + validations: + required: true - type: checkboxes id: contributes attributes: @@ -48,6 +51,3 @@ body: options: - label: I am willing to submit a PR to fix this issue - label: I am willing to submit a PR with failing tests - placeholder: System, Binaries, Browsers - validations: - required: true