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
This form is only for submitting bug reports. If you have a usage question
14
+
or are unsure if this is really a bug, make sure to:
15
+
16
+
Also try to search for your issue - it may have already been answered or even fixed in the development branch.
17
+
However, if you find that an old, closed issue still persists in the latest version,
18
+
you should open a new issue using the form below instead of commenting on the old issue.
19
+
- type: input
20
+
id: version
21
+
attributes:
22
+
label: version
23
+
validations:
24
+
required: true
25
+
- type: input
26
+
id: reproduction-link
27
+
attributes:
28
+
label: Link to minimal reproduction
29
+
description: |
30
+
You can always provide a GitHub repository.
31
+
32
+
The reproduction should be **minimal** - i.e. it should contain only the bare minimum amount of code needed
33
+
to show the bug.
34
+
35
+
Please do not just fill in a random link. The issue will be closed if no valid reproduction is provided.
36
+
placeholder: Reproduction Link
37
+
validations:
38
+
required: true
39
+
- type: textarea
40
+
id: steps-to-reproduce
41
+
attributes:
42
+
label: Steps to reproduce
43
+
description: |
44
+
What do we need to do after opening your repro in order to make the bug happen? Clear and concise reproduction instructions are important for us to be able to triage your issue in a timely manner. Note that you can use [Markdown](https://guides.github.com/features/mastering-markdown/) to format lists and code.
45
+
placeholder: Steps to reproduce
46
+
validations:
47
+
required: true
48
+
- type: textarea
49
+
id: expected
50
+
attributes:
51
+
label: What is expected?
52
+
validations:
53
+
required: true
54
+
- type: textarea
55
+
id: actually-happening
56
+
attributes:
57
+
label: What is actually happening?
58
+
validations:
59
+
required: true
60
+
- type: textarea
61
+
id: system-info
62
+
attributes:
63
+
label: System Info
64
+
description: Output of `npx envinfo --system --npmPackages --binaries`
65
+
render: shell
66
+
placeholder: System, Binaries
67
+
- type: textarea
68
+
id: additional-comments
69
+
attributes:
70
+
label: Any additional comments?
71
+
description: e.g. some background/context of how you ran into this bug.
0 commit comments