You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+7-6
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,10 @@ labels: ["bug"]
4
4
body:
5
5
- type: markdown
6
6
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: |
10
11
**IMPORTANT!**
11
12
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.
12
13
- type: textarea
@@ -37,18 +38,18 @@ body:
37
38
- type: dropdown
38
39
id: default
39
40
attributes:
40
-
label: Default security
41
+
label: Custom setup
41
42
description: Tell us if the bug happens with our default `security` options in your `nuxt.config.ts`
42
43
options:
43
44
- 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
45
46
validations:
46
47
required: true
47
48
- type: textarea
48
49
id: config
49
50
attributes:
50
51
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`
0 commit comments