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!
14
+
- type: input
15
+
id: contact
16
+
attributes:
17
+
label: What did you expect to see?
18
+
description: What did you expect to see, instead of seeing the bug.
19
+
placeholder: I thought I would login to my account but instead I saw a sussy error.
20
+
validations:
21
+
required: true
22
+
- type: textarea
23
+
id: what-happened
24
+
attributes:
25
+
label: Describe the bug
26
+
description: A clear and concise description of what the bug is.
27
+
placeholder: Tell us what you see!
28
+
value: "A bug happened!"
29
+
validations:
30
+
required: true
31
+
32
+
- type: textarea
33
+
id: repro
34
+
attributes:
35
+
label: Reproduction steps
36
+
description: "How do you trigger this bug? Please walk us through it step by step."
37
+
value: |
38
+
1. Go to '...'
39
+
2. Click on '....'
40
+
3. Scroll down to '....'
41
+
4. See error
42
+
...
43
+
validations:
44
+
required: true
45
+
- type: dropdown
46
+
id: browsers
47
+
attributes:
48
+
label: What browsers are you seeing the problem on?
49
+
multiple: true
50
+
options:
51
+
- Firefox
52
+
- Chrome
53
+
- Safari
54
+
- Microsoft Edge
55
+
- Other
56
+
- type: textarea
57
+
id: logs
58
+
attributes:
59
+
label: Relevant log output
60
+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
61
+
render: shell
62
+
- type: checkboxes
63
+
id: terms
64
+
attributes:
65
+
label: Anti-Dupe
66
+
description: By submiting this bug report, you need to make sure your issue is not a dupe.
67
+
options:
68
+
- label: I agree that this issue is not a dupe, and I double-checked. I also understand my issue will be closed if it turns out to be a dupe after an investigation.
0 commit comments