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
description: Create a bug report to help us improve
3
+
title: "bug: "
4
+
labels: ["🐞 unconfirmed bug"]
5
+
body:
6
+
- type: textarea
7
+
attributes:
8
+
label: Provide environment information
9
+
description: |
10
+
Run this command in your project root and paste the results:
11
+
```bash
12
+
npx envinfo --system --binaries
13
+
```
14
+
15
+
validations:
16
+
required: true
17
+
- type: textarea
18
+
attributes:
19
+
label: Describe the bug
20
+
description: A clear and concise description of the bug, as well as what you expected to happen when encountering it.
21
+
validations:
22
+
required: true
23
+
- type: input
24
+
attributes:
25
+
label: Reproduction repo
26
+
description: If applicable, please provide a link to a reproduction repo or a Stackblitz / CodeSandbox project. Your issue may be closed if this is not provided and we are unable to reproduce the issue.
27
+
- type: textarea
28
+
attributes:
29
+
label: Expected behavior
30
+
description: A clear and concise description of what you expected to happen.
31
+
validations:
32
+
required: true
33
+
- type: textarea
34
+
attributes:
35
+
label: Actual behavior
36
+
description: A clear and concise description of what actually happened.
37
+
validations:
38
+
required: true
39
+
- type: textarea
40
+
attributes:
41
+
label: Steps to reproduce
42
+
description: Steps to reproduce the behavior.
43
+
placeholder: |
44
+
1. Go to '...'
45
+
2. Click on '....'
46
+
3. Scroll down to '....'
47
+
4. See error
48
+
validations:
49
+
required: true
50
+
- type: textarea
51
+
attributes:
52
+
label: Screenshots
53
+
description: If applicable, add screenshots to help explain your problem.
54
+
- type: textarea
55
+
attributes:
56
+
label: Additional context
57
+
description: Add any other context about the problem here.
0 commit comments