|
1 | | -name: "\U0001F41E General Bug report" |
2 | | -description: Report an issue with `rolldown-vite` |
| 1 | +name: "\U0001F41E Bug report" |
| 2 | +description: Report an issue with Vite |
3 | 3 | labels: [pending triage] |
4 | 4 | type: Bug |
5 | 5 | body: |
|
19 | 19 | id: reproduction |
20 | 20 | attributes: |
21 | 21 | label: Reproduction |
22 | | - description: Please provide a link via [StackBlitz](https://stackblitz.com/fork/github/vitejs/rolldown-vite/tree/rolldown-vite/packages/create-vite/template-vanilla) or a link to a repo that can reproduce the problem you ran into. `npm create vite@latest` and `npm create vite-extra@latest` (for SSR or library repros) can be used as a starter template (don't forget to alias `vite` to `rolldown-vite`). A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is required ([Why?](https://antfu.me/posts/why-reproductions-are-required)). 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 after 3 days, it will be auto-closed. |
| 22 | + description: Please provide a link via [vite.new](https://vite.new/) or a link to a repo that can reproduce the problem you ran into. `npm create vite@latest` and `npm create vite-extra@latest` (for SSR or library repros) can be used as a starter template. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is required ([Why?](https://antfu.me/posts/why-reproductions-are-required)). 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 after 3 days, it will be auto-closed. |
23 | 23 | placeholder: Reproduction URL |
24 | 24 | validations: |
25 | 25 | required: true |
|
33 | 33 | id: system-info |
34 | 34 | attributes: |
35 | 35 | label: System Info |
36 | | - description: Output of `npx envinfo --system --npmPackages '{vite,rolldown-vite,@vitejs/*,rollup,rolldown}' --binaries --browsers` |
| 36 | + description: Output of `npx envinfo --system --npmPackages '{vite,@vitejs/*,rollup,rolldown}' --binaries --browsers` |
37 | 37 | render: shell |
38 | 38 | placeholder: System, Binaries, Browsers |
39 | 39 | validations: |
@@ -75,15 +75,17 @@ body: |
75 | 75 | label: Validations |
76 | 76 | description: Before submitting the issue, please make sure you do the following |
77 | 77 | options: |
78 | | - - label: Follow our [Code of Conduct](https://github.com/vitejs/rolldown-vite/blob/main/CODE_OF_CONDUCT.md) |
| 78 | + - label: Follow our [Code of Conduct](https://github.com/vitejs/vite/blob/main/CODE_OF_CONDUCT.md) |
79 | 79 | required: true |
80 | | - - label: Read the [Contributing Guidelines](https://github.com/vitejs/rolldown-vite/blob/main/CONTRIBUTING.md). |
| 80 | + - label: Read the [Contributing Guidelines](https://github.com/vitejs/vite/blob/main/CONTRIBUTING.md). |
81 | 81 | required: true |
82 | | - - label: Read the [docs](https://vite.dev/guide) and the [Rolldown-related guide](https://main.vite.dev/guide/rolldown.html). |
| 82 | + - label: Read the [docs](https://vite.dev/guide). |
83 | 83 | required: true |
84 | | - - label: Check that there isn't [already an issue](https://github.com/vitejs/rolldown-vite/issues) that reports the same bug to avoid creating a duplicate. |
| 84 | + - label: Check that there isn't [already an issue](https://github.com/vitejs/vite/issues) that reports the same bug to avoid creating a duplicate. |
85 | 85 | required: true |
86 | | - - label: Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/vitejs/rolldown-vite/discussions) or join our [Discord Chat Server](https://chat.vite.dev/). |
| 86 | + - label: Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to [vuejs/core](https://github.com/vuejs/core) instead. |
| 87 | + required: true |
| 88 | + - label: Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/vitejs/vite/discussions) or join our [Discord Chat Server](https://chat.vite.dev/). |
87 | 89 | required: true |
88 | 90 | - label: The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug. |
89 | 91 | required: true |
0 commit comments