Skip to content

Commit

Permalink
Update bug-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vejja authored Dec 1, 2024
1 parent 83547bd commit 47cf322
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 47cf322

Please sign in to comment.