Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug reports in repo: Use new template forms #578

Merged
merged 20 commits into from
Dec 1, 2024
Merged
Prev Previous commit
Next Next commit
Update bug-report.yml
  • Loading branch information
vejja authored Nov 30, 2024
commit cb4a4b48189d52c14d37af9c49ff354391124168
18 changes: 9 additions & 9 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@ body:
- Build Modules: `-`
validations:
required: true
- type: input
id: version
attributes:
label: Nuxt Security Version
placeholder: v2.1.5
validations:
required: true
- type: dropdown
id: config
attributes:
label: Security options in nuxt.config.ts
description: Tell us if the bug happens with our default `security` options
label: Security configuration
description: Tell us if the bug happens with our default `security` options in your `nuxt.config.ts`
options:
- My bug happens even if the security object is not set
- My bug happens only when I set a specific option in the security object
validations:
required: true
- type: input
id: version
attributes:
label: Nuxt Security Version
placeholder: v2.1.5
validations:
required: true
- type: textarea
id: reproduction
attributes:
Expand Down