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
+12-10Lines changed: 12 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -32,15 +32,6 @@ body:
32
32
render: Shell
33
33
validations:
34
34
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
35
- type: textarea
45
36
id: description
46
37
attributes:
@@ -52,7 +43,7 @@ body:
52
43
- type: textarea
53
44
id: reproducer
54
45
attributes:
55
-
label: Minimal reproducer
46
+
label: Minimal reproducer
56
47
description: A [minimal reproducer](https://stackoverflow.com/help/minimal-reproducible-example) is required, otherwise the issue might be closed without further notice.
57
48
placeholder: |
58
49
Please include as much information as possible that can help to reproduce and understand the issue.
@@ -65,3 +56,14 @@ body:
65
56
description: |
66
57
Add any other context about the problem here. You can attach screenshots by clicking
67
58
this area to highlight it and then drag the files in.
59
+
- type: checkboxes
60
+
id: validations
61
+
attributes:
62
+
label: Validations
63
+
description: Before submitting the issue, please make sure you have completed the following
64
+
options:
65
+
- label: I tried the [latest nightly build](https://yazi-rs.github.io/docs/installation#official-binaries), and the issue is still reproducible
66
+
required: true
67
+
- label: I updated the debug information input (`yazi --debug`) to the nightly that I tried
68
+
required: true
69
+
- label: I can reproduce it after disabling all custom configs/plugins (`mv ~/.config/yazi ~/.config/yazi-backup`)
0 commit comments