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
Thanks for taking the time to fill out this bug report!
9
+
- type: textarea
10
+
id: bug-description
11
+
attributes:
12
+
label: Describe the bug
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
15
+
validations:
16
+
required: true
17
+
- type: input
18
+
id: reproduction
19
+
attributes:
20
+
label: Reproduction
21
+
description: A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is **required**, otherwise the issue might be closed without further notice. [**Why & How?**](https://antfu.me/posts/why-reproductions-are-required)
22
+
placeholder: Reproduction
23
+
validations:
24
+
required: true
25
+
- type: textarea
26
+
id: system-info
27
+
attributes:
28
+
label: System Info
29
+
description: Output of `npx envinfo --system --binaries --browsers`
30
+
render: Shell
31
+
placeholder: System, Binaries, Browsers
32
+
validations:
33
+
required: true
34
+
- type: dropdown
35
+
id: package-manager
36
+
attributes:
37
+
label: Used Package Manager
38
+
description: Select the used package manager
39
+
options:
40
+
- npm
41
+
- yarn
42
+
- pnpm
43
+
- bun
44
+
- n/a
45
+
validations:
46
+
required: true
47
+
- type: checkboxes
48
+
id: checkboxes
49
+
attributes:
50
+
label: Validations
51
+
description: Before submitting the issue, please make sure you do the following
52
+
options:
53
+
- label: Follow our [Code of Conduct](https://github.com/antfu/.github/blob/main/CODE_OF_CONDUCT.md)
54
+
required: true
55
+
- label: Read the [Contributing Guide](https://devtools-next.vuejs.org/help/contributing).
56
+
required: true
57
+
- label: Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
58
+
required: true
59
+
- label: Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
60
+
required: true
61
+
- label: The provided reproduction is a [minimal reproducible](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
Thanks for your interest in the project and taking the time to fill out this feature report!
9
+
- type: textarea
10
+
id: feature-description
11
+
attributes:
12
+
label: Clear and concise description of the problem
13
+
description: 'As a developer using Unplugin I want [goal / wish] so that [benefit]. If you intend to submit a PR for this issue, tell us in the description. Thanks!'
14
+
validations:
15
+
required: true
16
+
- type: textarea
17
+
id: suggested-solution
18
+
attributes:
19
+
label: Suggested solution
20
+
description: 'In module [xy] we could provide following implementation...'
21
+
validations:
22
+
required: true
23
+
- type: textarea
24
+
id: alternative
25
+
attributes:
26
+
label: Alternative
27
+
description: Clear and concise description of any alternative solutions or features you've considered.
28
+
- type: textarea
29
+
id: additional-context
30
+
attributes:
31
+
label: Additional context
32
+
description: Any other context or screenshots about the feature request here.
33
+
- type: checkboxes
34
+
id: checkboxes
35
+
attributes:
36
+
label: Validations
37
+
description: Before submitting the issue, please make sure you do the following
38
+
options:
39
+
- label: Follow our [Code of Conduct](https://github.com/antfu/.github/blob/main/CODE_OF_CONDUCT.md)
40
+
required: true
41
+
- label: Read the [Contributing Guide](https://devtools-next.vuejs.org/help/contributing).
42
+
required: true
43
+
- label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
0 commit comments