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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+15-6
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@ body:
11
11
attributes:
12
12
label: Describe the bug
13
13
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!
14
-
placeholder: Bug description
14
+
placeholder: I am doing ... What I expect is ... What actually happening is ...
15
15
validations:
16
16
required: true
17
17
- type: input
18
18
id: reproduction
19
19
attributes:
20
20
label: Reproduction
21
-
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. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is required. 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 after 3 days, it will be auto-closed.
22
-
placeholder: Reproduction
21
+
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. 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 "need reproduction" label. If no reproduction is provided after 3 days, it will be auto-closed.
22
+
placeholder: Reproduction URL and steps
23
23
validations:
24
24
required: true
25
25
- type: textarea
@@ -50,8 +50,17 @@ body:
50
50
Optional if provided reproduction. Please try not to insert an image but copy paste the log text.
51
51
52
52
1. Run `vite` or `vite build` with the `--debug` flag.
53
-
2. Provide the error log here.
54
-
render: shell
53
+
2. Provide the error log here in the format below.
54
+
55
+
````
56
+
<details>
57
+
<summary>Click to expand!</summary>
58
+
59
+
```shell
60
+
// paste the log text here
61
+
```
62
+
</details>
63
+
````
55
64
- type: checkboxes
56
65
id: checkboxes
57
66
attributes:
@@ -66,7 +75,7 @@ body:
66
75
required: true
67
76
- 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.
68
77
required: true
69
-
- 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 https://github.com/vuejs/core instead.
78
+
- 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.
70
79
required: true
71
80
- 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.vitejs.dev/).
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+3-2
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,9 @@ body:
9
9
- type: textarea
10
10
id: feature-description
11
11
attributes:
12
-
label: Clear and concise description of the problem
13
-
description: "As a developer using Vite I want [goal / wish] so that [benefit]. If you intend to submit a PR for this issue, tell us in the description. Thanks!"
12
+
label: Description
13
+
description: "Clear and concise description of the problem. Please make the reason and usecases as detailed as possible. If you intend to submit a PR for this issue, tell us in the description. Thanks!"
14
+
placeholder: As a developer using Vite I want [goal / wish] so that [benefit].
0 commit comments