Skip to content

Commit 6b59636

Browse files
committed
chore: add discussion template
1 parent e8c1d62 commit 6b59636

11 files changed

Lines changed: 119 additions & 66 deletions

File tree

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
body:
2+
- type: dropdown
3+
id: os
4+
attributes:
5+
label: What system are you running Yazi on?
6+
options:
7+
- Linux X11
8+
- Linux Wayland
9+
- macOS
10+
- Windows
11+
- Windows WSL
12+
- FreeBSD X11
13+
- FreeBSD Wayland
14+
validations:
15+
required: true
16+
- type: input
17+
id: terminal
18+
attributes:
19+
label: What terminal are you running Yazi in?
20+
placeholder: "ex: kitty v0.32.2"
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: debug
25+
attributes:
26+
label: "`yazi --debug` output"
27+
description: Please run `yazi --debug` and paste the debug information here.
28+
render: Shell
29+
validations:
30+
required: true
31+
- type: textarea
32+
id: description
33+
attributes:
34+
label: Describe the question
35+
description: A clear and concise description of what the question is
36+
placeholder: Tell us what you want to know
37+
validations:
38+
required: true
39+
- type: textarea
40+
id: other
41+
attributes:
42+
label: Anything else?
43+
description: |
44+
Add any other context about the problem here. You can attach screenshots by clicking
45+
this area to highlight it and then drag the files in.

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@ body:
3232
render: Shell
3333
validations:
3434
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
4435
- type: textarea
4536
id: description
4637
attributes:
@@ -52,7 +43,7 @@ body:
5243
- type: textarea
5344
id: reproducer
5445
attributes:
55-
label: Minimal reproducer
46+
label: Minimal reproducer
5647
description: A [minimal reproducer](https://stackoverflow.com/help/minimal-reproducible-example) is required, otherwise the issue might be closed without further notice.
5748
placeholder: |
5849
Please include as much information as possible that can help to reproduce and understand the issue.
@@ -65,3 +56,14 @@ body:
6556
description: |
6657
Add any other context about the problem here. You can attach screenshots by clicking
6758
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`)

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ contact_links:
33
- name: 📝 Documentation Improvement
44
url: https://github.com/yazi-rs/yazi-rs.github.io
55
about: If you'd like to help improve the documentation
6+
- name: 💬 GitHub Discussions
7+
url: https://github.com/sxyazi/yazi/discussions/new?category=1-q-a
8+
about: When you have questions that are not bug reports or feature requests
69
- name: 🌐 Discord Server / Telegram Group
710
url: https://github.com/sxyazi/yazi#discussion
811
about: If you'd prefer more realtime conversation with the community
9-
- name: 💬 GitHub Discussions
10-
url: https://github.com/sxyazi/yazi/discussions
11-
about: When you have questions that are not bug reports or feature requests

.github/workflows/lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
I'm going to lock this issue because it has been closed for _30 days_. ⏳
2424
2525
This helps our maintainers find and focus on the active issues.
26-
If you have found a problem that seems similar to this, please open a new
26+
If you have found a problem that seems similar to this, please file a new
2727
issue and complete the issue template so we can capture all the details
2828
necessary to investigate further.
2929
pr-inactive-days: "30"

0 commit comments

Comments
 (0)