2022-04-13 11:43:42 +00:00
name : "\U0001F41E Bug report"
description : Create a report to help us improve Nuxt
2024-06-30 09:28:16 +00:00
labels : [ "pending triage" ]
2021-10-13 10:40:48 +00:00
body :
- type : markdown
attributes :
value : |
Please carefully read the contribution docs before creating a bug report
2023-01-19 13:53:29 +00:00
👉 https://nuxt.com/docs/community/reporting-bugs
2021-10-13 10:40:48 +00:00
2022-03-14 13:39:13 +00:00
Please use a template below to create a minimal reproduction
2024-01-16 11:18:16 +00:00
👉 https://stackblitz.com/github/nuxt/starter/tree/v3
👉 https://codesandbox.io/s/github/nuxt/starter/tree/v3
2021-10-13 10:40:48 +00:00
- type : textarea
id : bug-env
attributes :
label : Environment
description : You can use `npx nuxi info` to fill this section
placeholder : Environment
validations :
required : true
- type : textarea
2021-11-12 12:18:11 +00:00
id : reproduction
2021-10-13 10:40:48 +00:00
attributes :
2021-11-12 12:18:11 +00:00
label : Reproduction
2023-01-19 13:53:29 +00:00
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.
2021-11-12 12:18:11 +00:00
placeholder : Reproduction
2021-10-13 10:40:48 +00:00
validations :
required : true
- type : textarea
2021-11-12 12:18:11 +00:00
id : bug-description
2021-10-13 10:40:48 +00:00
attributes :
2021-11-12 12:18:11 +00:00
label : Describe the bug
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!
placeholder : Bug description
2021-10-13 10:40:48 +00:00
validations :
required : true
- type : textarea
2024-08-27 17:09:12 +00:00
id : additional
2021-10-13 10:40:48 +00:00
attributes :
label : Additional context
2022-08-30 16:52:44 +00:00
description : If applicable, add any other context about the problem here
2021-10-13 10:40:48 +00:00
- type : textarea
id : logs
attributes :
label : Logs
description : |
Optional if provided reproduction. Please try not to insert an image but copy paste the log text.
2023-01-19 13:53:29 +00:00
render : shell-script