-
Notifications
You must be signed in to change notification settings - Fork 377
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
121 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
body: | ||
- type: dropdown | ||
id: os | ||
attributes: | ||
label: What system are you running Yazi on? | ||
options: | ||
- Linux X11 | ||
- Linux Wayland | ||
- macOS | ||
- Windows | ||
- Windows WSL | ||
- FreeBSD X11 | ||
- FreeBSD Wayland | ||
- Android | ||
validations: | ||
required: true | ||
- type: input | ||
id: terminal | ||
attributes: | ||
label: What terminal are you running Yazi in? | ||
placeholder: "ex: kitty v0.32.2" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: debug | ||
attributes: | ||
label: "`yazi --debug` output" | ||
description: Please run `yazi --debug` and paste the debug information here. | ||
render: Shell | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the question | ||
description: A clear and concise description of what the question is | ||
placeholder: Tell us what you want to know | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: other | ||
attributes: | ||
label: Anything else? | ||
description: | | ||
Add any other context about the problem here. You can attach screenshots by clicking | ||
this area to highlight it and then drag the files in. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.