mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
870f7c69f5
* docs: add vue 3 ssr starter * Update docs/content/4.community/2.reporting-bugs.md * Update 2.reporting-bugs.md Co-authored-by: pooya parsa <pyapar@gmail.com>
50 lines
2.1 KiB
YAML
50 lines
2.1 KiB
YAML
name: "\U0001F41E Bug report (Nuxt 3)"
|
|
description: Create a report to help us improve Nuxt 3
|
|
labels: ["pending triage", "nuxt3"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Please carefully read the contribution docs before creating a bug report
|
|
👉 https://v3.nuxtjs.org/community/reporting-bugs
|
|
|
|
Please use a template below to create a minimal reproduction
|
|
👉 https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz
|
|
👉 https://codesandbox.io/s/github/nuxt/starter/tree/v3-codesandbox
|
|
- 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
|
|
id: reproduction
|
|
attributes:
|
|
label: Reproduction
|
|
description: Please provide a link to a repo that can reproduce the problem you ran into. A [**minimal reproduction**](https://v3.nuxtjs.org/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.
|
|
placeholder: Reproduction
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: bug-description
|
|
attributes:
|
|
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
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: additonal
|
|
attributes:
|
|
label: Additional context
|
|
description: If applicable, add any other context about the problem here`
|
|
- 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.
|
|
render: shell
|