Skip to content

Commit

Permalink
chore: add discussion template
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Oct 25, 2024
1 parent e8c1d62 commit 103db43
Show file tree
Hide file tree
Showing 10 changed files with 117 additions and 63 deletions.
45 changes: 45 additions & 0 deletions .github/DISCUSSION_TEMPLATE/1-q-a.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
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
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.
23 changes: 13 additions & 10 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@ body:
render: Shell
validations:
required: true
- type: dropdown
id: tried_main
attributes:
label: Did you try the latest nightly build to see if the problem got fixed?
options:
- Yes, and I updated the debug information above (`yazi --debug`) to the nightly that I tried
- No, and I'll explain why below
validations:
required: true
- type: textarea
id: description
attributes:
Expand All @@ -52,7 +43,7 @@ body:
- type: textarea
id: reproducer
attributes:
label: Minimal reproducer
label: Minimal reproducer
description: A [minimal reproducer](https://stackoverflow.com/help/minimal-reproducible-example) is required, otherwise the issue might be closed without further notice.
placeholder: |
Please include as much information as possible that can help to reproduce and understand the issue.
Expand All @@ -65,3 +56,15 @@ body:
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.
- type: checkboxes
id: validations
attributes:
label: Validations
description: Before submitting the issue, please make sure you have completed the following
options:
- label: I tried the latest nightly build, and the issue is still reproducible
required: true
- label: I updated the debug information (`yazi --debug`) to the nightly that I tried
required: true
- label: I can still reproduce it even after disabling all my custom configs/plugins (`mv ~/.config/yazi ~/.config/yazi-backup`)
required: true
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
I'm going to lock this issue because it has been closed for _30 days_. ⏳
This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new
If you have found a problem that seems similar to this, please file a new
issue and complete the issue template so we can capture all the details
necessary to investigate further.
pr-inactive-days: "30"
Expand Down
Loading

0 comments on commit 103db43

Please sign in to comment.