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: 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: 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