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: How can you reproduce this bug? You can also describe how you encountered the bug if you're unsure of how to make it happen again.
16
+
placeholder: |
17
+
For example:
18
+
1. Run `ferium ...`
19
+
2. ... doesn't properly change
20
+
3. Run command again
21
+
4. ... changes properly
22
+
...
23
+
24
+
- type: dropdown
25
+
attributes:
26
+
label: Operating System
27
+
description: The operating system are you encountered the bug on.
28
+
options:
29
+
- Windows
30
+
- Linux
31
+
- macOS
32
+
validations:
33
+
required: true
34
+
35
+
- type: checkboxes
36
+
attributes:
37
+
label: Are you using the latest version of ferium?
38
+
description: The bug you encountered might have been fixed in a newer version, make sure you have the [latest version](https://github.com/gorilla-devs/ferium/releases/latest).
39
+
options:
40
+
- label: I am using the latest version of ferium
41
+
validations:
42
+
required: true
43
+
44
+
- type: textarea
45
+
attributes:
46
+
label: Additional Information
47
+
description: Any additional information you would like to provide. You can even drop images or videos here.
0 commit comments