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
+4-18
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
name: Bug Report
1
+
name: 🐞 Bug Report
2
2
description: Create a report to help us improve
3
3
labels: [bug]
4
4
assignees: []
@@ -59,28 +59,14 @@ body:
59
59
validations:
60
60
required: true
61
61
- type: textarea
62
-
id: expected
62
+
id: reproducer
63
63
attributes:
64
-
label: Expected Behavior
65
-
description: A clear and concise description of what you expected to happen
66
-
validations:
67
-
required: true
68
-
- type: textarea
69
-
id: to_repro
70
-
attributes:
71
-
label: To Reproduce
72
-
description: Steps to reproduce the behavior
64
+
label: Minimal reproducer
65
+
description: A [minimal reproducer](https://stackoverflow.com/help/minimal-reproducible-example) is required, otherwise the issue might be closed without further notice.
73
66
placeholder: |
74
67
Please include as much information as possible that can help to reproduce and understand the issue.
75
68
validations:
76
69
required: true
77
-
- type: textarea
78
-
id: config
79
-
attributes:
80
-
label: Configuration
81
-
description: |
82
-
Please include the relevant section(s) of your `yazi.toml`, `keymap.toml`, or `theme.toml` configuration file.
83
-
You can enter "no config" if the issue happens without you having made a config file.
0 commit comments