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