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
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug.yml
+13-10
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ body:
15
15
- Windows WSL
16
16
- FreeBSD X11
17
17
- FreeBSD Wayland
18
+
- Android
18
19
validations:
19
20
required: true
20
21
- type: input
@@ -32,15 +33,6 @@ body:
32
33
render: Shell
33
34
validations:
34
35
required: true
35
-
- type: dropdown
36
-
id: tried_main
37
-
attributes:
38
-
label: Did you try the latest nightly build to see if the problem got fixed?
39
-
options:
40
-
- Yes, and I updated the debug information above (`yazi --debug`) to the nightly that I tried
41
-
- No, and I'll explain why below
42
-
validations:
43
-
required: true
44
36
- type: textarea
45
37
id: description
46
38
attributes:
@@ -52,7 +44,7 @@ body:
52
44
- type: textarea
53
45
id: reproducer
54
46
attributes:
55
-
label: Minimal reproducer
47
+
label: Minimal reproducer
56
48
description: A [minimal reproducer](https://stackoverflow.com/help/minimal-reproducible-example) is required, otherwise the issue might be closed without further notice.
57
49
placeholder: |
58
50
Please include as much information as possible that can help to reproduce and understand the issue.
@@ -65,3 +57,14 @@ body:
65
57
description: |
66
58
Add any other context about the problem here. You can attach screenshots by clicking
67
59
this area to highlight it and then drag the files in.
60
+
- type: checkboxes
61
+
id: validations
62
+
attributes:
63
+
label: Validations
64
+
description: Before submitting the issue, please make sure you have completed the following
65
+
options:
66
+
- label: I tried the [latest nightly build](https://yazi-rs.github.io/docs/installation#official-binaries), and the issue is still reproducible
67
+
required: true
68
+
- label: I updated the debug information (`yazi --debug`) input box to the nightly that I tried
69
+
required: true
70
+
- label: I can reproduce it after disabling all custom configs/plugins (`mv ~/.config/yazi ~/.config/yazi-backup`)
0 commit comments