From 47cf32272012fd09da95e3bb6f466729be255c20 Mon Sep 17 00:00:00 2001 From: vejja Date: Sun, 1 Dec 2024 01:30:14 +0100 Subject: [PATCH] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index d78b8aa..9e16958 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -39,7 +39,7 @@ body: - type: dropdown id: default attributes: - label: Default setup used + label: Default setup used? description: Tell us if the bug happens with our default `security` options in your `nuxt.config.ts` options: - Yes, the bug happens even if the security option is not customized @@ -52,10 +52,12 @@ body: label: Security options description: If you answered **No** to the question above, please give us your `security` settings in `nuxt.config.ts` placeholder: | - security: { - ... - } - render: typescript + defineNuxtConfig({ + security: { + // Copy your security options here + } + }) + render: ts - type: textarea id: reproduction attributes: @@ -64,7 +66,6 @@ body: placeholder: | - Either a GitHub repository that can reproduce the bug - Or a link to a Stackblitz playground - render: text validations: required: true - type: textarea