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 reporting a bug! Please describe what you were trying to get done.
13
+
Tell us what happened, what went wrong.
14
+
validations:
15
+
required: true
16
+
17
+
- type: textarea
18
+
id: what-did-you-expect-to-happen
19
+
attributes:
20
+
label: What did you expect to happen?
21
+
description: |
22
+
Describe what you expected to happen.
23
+
validations:
24
+
required: false
25
+
26
+
- type: textarea
27
+
id: sample-code
28
+
attributes:
29
+
label: Minimal Complete Verifiable Example
30
+
description: |
31
+
Minimal, self-contained copy-pastable example that generates the issue if possible. Please be concise with code posted. See guidelines below on how to provide a good bug report:
0 commit comments