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 Nov 30, 2024
1 parent cba6cce commit 0464958
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 @@ -4,9 +4,10 @@ labels: ["bug"]
body:
- type: markdown
attributes:
value: |
## Thank you for taking the time to fill this bug report
value: ## Thank you for taking the time to fill this bug report
- type: markdown
attributes:
value: |
**IMPORTANT!**
Before reporting a bug, please make sure that you have read through our documentation and you think your problem is indeed an issue related to our module.
- type: textarea
Expand Down Expand Up @@ -37,18 +38,18 @@ body:
- type: dropdown
id: default
attributes:
label: Default security
label: Custom setup
description: Tell us if the bug happens with our default `security` options in your `nuxt.config.ts`
options:
- Yes, My bug happens even if the security option is not set
- No, My bug happens only when I set a specific option in the security object
- No, My bug happens only when I set custom values for the security option
validations:
required: true
- type: textarea
id: config
attributes:
label: Security options
description: If you answered `No` to the question above, please give us your `security` settings in `nuxt.config.ts`
description: If you answered **No** to the question above, please give us your `security` settings in `nuxt.config.ts`
placeholder: |
security: {
...
Expand Down

0 comments on commit 0464958

Please sign in to comment.