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
description: Report a bug to help us improve the module (v2 only).
3
+
labels: ["pending triage", "v2"]
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: |
8
+
Please carefully read the contribution docs before creating a bug report
9
+
👉 https://nuxt.com/docs/community/reporting-bugs
10
+
Please use one of the templates below to create a minimal reproduction:
11
+
👉 https://stackblitz.com/github/nuxt/starter/tree/content for general issues
12
+
- type: markdown
13
+
attributes:
14
+
value: |
15
+
Before reporting a bug, please make sure that you have read through our [v2 documentation](https://v2.content.nuxt.com/).
16
+
- type: textarea
17
+
id: env
18
+
attributes:
19
+
label: Environment
20
+
description: You can use `npx nuxi info` to fill this section
21
+
placeholder: |
22
+
- Operating System: `Darwin`
23
+
- Node Version: `v18.16.0`
24
+
- Nuxt Version: `3.7.3`
25
+
- CLI Version: `3.8.4`
26
+
- Nitro Version: `2.6.3`
27
+
- Package Manager: `pnpm@8.7.4`
28
+
- Builder: `-`
29
+
- User Config: `-`
30
+
- Runtime Modules: `-`
31
+
- Build Modules: `-`
32
+
validations:
33
+
required: true
34
+
- type: input
35
+
id: version
36
+
attributes:
37
+
label: Version
38
+
placeholder: v2
39
+
validations:
40
+
required: true
41
+
- type: textarea
42
+
id: reproduction
43
+
attributes:
44
+
label: Reproduction
45
+
description: Please provide a reproduction link. A minimal [reproduction is required](https://antfu.me/posts/why-reproductions-are-required) unless you are absolutely sure that the issue is obvious and the provided information is enough to understand the problem. If a report is vague (e.g. just a generic error message) and has no reproduction, it will receive a "needs reproduction" label. If no reproduction is provided we might close it.
46
+
placeholder: https://github.com/my/reproduction
47
+
validations:
48
+
required: true
49
+
- type: textarea
50
+
id: description
51
+
attributes:
52
+
label: Description
53
+
description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description.
54
+
validations:
55
+
required: true
56
+
- type: textarea
57
+
id: additonal
58
+
attributes:
59
+
label: Additional context
60
+
description: If applicable, add any other context or screenshots here.
61
+
- type: textarea
62
+
id: logs
63
+
attributes:
64
+
label: Logs
65
+
description: |
66
+
Optional if provided reproduction. Please try not to insert an image but copy paste the log text.
description: Create a report to help us improve Nuxt
2
+
description: Create a report to help us improve Nuxt Content
3
3
labels: ["pending triage"]
4
4
body:
5
5
- type: markdown
@@ -9,40 +9,59 @@ body:
9
9
👉 https://nuxt.com/docs/community/reporting-bugs
10
10
Please use one of the templates below to create a minimal reproduction:
11
11
👉 https://stackblitz.com/github/nuxt/starter/tree/content for general issues
12
-
👉 https://stackblitz.com/github/nuxt/starter/tree/doc-driven for document-driven mode issues
12
+
- type: markdown
13
+
attributes:
14
+
value: |
15
+
Before reporting a bug, please make sure that you have read through our [documentation](https://content.nuxt.com/).
13
16
- type: textarea
14
-
id: bug-env
17
+
id: env
15
18
attributes:
16
19
label: Environment
17
20
description: You can use `npx nuxi info` to fill this section
18
-
placeholder: Environment
21
+
placeholder: |
22
+
- Operating System: `Darwin`
23
+
- Node Version: `v18.16.0`
24
+
- Nuxt Version: `3.7.3`
25
+
- CLI Version: `3.8.4`
26
+
- Nitro Version: `2.6.3`
27
+
- Package Manager: `pnpm@8.7.4`
28
+
- Builder: `-`
29
+
- User Config: `-`
30
+
- Runtime Modules: `-`
31
+
- Build Modules: `-`
32
+
validations:
33
+
required: true
34
+
- type: input
35
+
id: version
36
+
attributes:
37
+
label: Version
38
+
placeholder: v2
19
39
validations:
20
40
required: true
21
41
- type: textarea
22
42
id: reproduction
23
43
attributes:
24
44
label: Reproduction
25
-
description: Please provide a link to a repo that can reproduce the problem you ran into. A [**minimal reproduction**](https://nuxt.com/docs/community/reporting-bugs#create-a-minimal-reproduction) is required unless you are absolutely sure that the issue is obvious and the provided information is enough to understand the problem. If a report is vague (e.g. just a generic error message) and has no reproduction, it will receive a "need reproduction" label. If no reproduction is provided we might close it.
26
-
placeholder: Reproduction
45
+
description: Please provide a reproduction link. A minimal [reproduction is required](https://antfu.me/posts/why-reproductions-are-required) unless you are absolutely sure that the issue is obvious and the provided information is enough to understand the problem. If a report is vague (e.g. just a generic error message) and has no reproduction, it will receive a "needs reproduction" label. If no reproduction is provided we might close it.
46
+
placeholder: https://github.com/my/reproduction
27
47
validations:
28
48
required: true
29
49
- type: textarea
30
-
id: bug-description
50
+
id: description
31
51
attributes:
32
-
label: Describe the bug
33
-
description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
34
-
placeholder: Bug description
52
+
label: Description
53
+
description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description.
35
54
validations:
36
55
required: true
37
56
- type: textarea
38
57
id: additonal
39
58
attributes:
40
59
label: Additional context
41
-
description: If applicable, add any other context about the problem here.
60
+
description: If applicable, add any other context or screenshots here.
42
61
- type: textarea
43
62
id: logs
44
63
attributes:
45
64
label: Logs
46
65
description: |
47
66
Optional if provided reproduction. Please try not to insert an image but copy paste the log text.
0 commit comments