Skip to content

Commit 0464958

Browse files
authored
Update bug-report.yml
1 parent cba6cce commit 0464958

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ labels: ["bug"]
44
body:
55
- type: markdown
66
attributes:
7-
value: |
8-
## Thank you for taking the time to fill this bug report
9-
7+
value: ## Thank you for taking the time to fill this bug report
8+
- type: markdown
9+
attributes:
10+
value: |
1011
**IMPORTANT!**
1112
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.
1213
- type: textarea
@@ -37,18 +38,18 @@ body:
3738
- type: dropdown
3839
id: default
3940
attributes:
40-
label: Default security
41+
label: Custom setup
4142
description: Tell us if the bug happens with our default `security` options in your `nuxt.config.ts`
4243
options:
4344
- Yes, My bug happens even if the security option is not set
44-
- No, My bug happens only when I set a specific option in the security object
45+
- No, My bug happens only when I set custom values for the security option
4546
validations:
4647
required: true
4748
- type: textarea
4849
id: config
4950
attributes:
5051
label: Security options
51-
description: If you answered `No` to the question above, please give us your `security` settings in `nuxt.config.ts`
52+
description: If you answered **No** to the question above, please give us your `security` settings in `nuxt.config.ts`
5253
placeholder: |
5354
security: {
5455
...

0 commit comments

Comments
 (0)