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
Thank you for taking the time to fill out this bug report!
11
+
- type: dropdown
12
+
id: os
13
+
attributes:
14
+
label: Operating System
15
+
description: Which operating system are you using?
16
+
options:
17
+
- Windows
18
+
- MacOS (Arm)
19
+
- MacOS (x64)
20
+
- Linux
21
+
validations:
22
+
required: true
23
+
- type: textarea
24
+
id: what-happened
25
+
attributes:
26
+
label: What happened?
27
+
description: Please describe the problem in as much detail as possible. If you have screenshots or screen recordings, please add them - they will help us figure out what's going on.
28
+
placeholder: "When I do [something], [a strange thing or a bug] happens instead of [what I expected]."
29
+
validations:
30
+
required: true
31
+
- type: textarea
32
+
id: steps-reproduce
33
+
attributes:
34
+
label: Steps to Reproduce
35
+
description: Please mention the Steps to reproduce the Issue
36
+
placeholder: " 1. Go to '...' \n 2. Click on '....' \n 3. Scroll down to '....' \n 4. See error"
37
+
- type: textarea
38
+
id: expected-behaviour
39
+
attributes:
40
+
label: Expected Behaviour
41
+
description: A clear and concise description of what you expected to happen.
42
+
placeholder: ""
43
+
- type: textarea
44
+
id: additional-context
45
+
attributes:
46
+
label: Additional Context
47
+
description: Add any other context about the problem here.
0 commit comments