Skip to content

Commit 8a8fcf7

Browse files
authored
Improve bug report template
Signed-off-by: sewnie <[email protected]>
1 parent 672d398 commit 8a8fcf7

File tree

1 file changed

+37
-26
lines changed

1 file changed

+37
-26
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 37 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,41 @@ name: Bug Report
22
labels: "bug"
33
description: Report a problem you're having
44
body:
5-
- type: markdown
6-
attributes:
7-
value: |
8-
### **Preliminary instructions**
9-
- Before opening an issue, please check the [troubleshooting page](https://vinegarhq.org/Troubleshooting/index.html) to see if your problem has been addressed there.
10-
- If your problem is not present, please check if it [was already reported](https://github.com/vinegarhq/vinegar/issues), and contribute a solution if needed.
11-
- If more clarification on the issue is needed, and you don't respond after a month, then your issue will be closed as stale.
12-
- type: checkboxes
13-
id: terms
14-
attributes:
15-
label: Acknowledgement of preliminary instructions
5+
- type: input
6+
id: distribution
7+
attributes:
8+
label: Linux distribution
9+
placeholder: e.g., Bazzite, Arch Linux, Chimera Linux
10+
validations:
11+
required: true
12+
13+
- type: dropdown
14+
id: installation
15+
attributes:
16+
label: Installation method
1617
options:
17-
- label: I have read the preliminary instructions, and I am certain that my problem has not already been addressed.
18-
required: true
19-
- type: textarea
20-
id: what-happened
21-
attributes:
22-
label: What problem did you encounter?
23-
description: Provide a comprehensive description of the problem you're facing. Don't forget to attach any additional resources you may have, such as log files and screenshots. Logs can be found in `~/.cache/vinegar/logs` or `~/.var/app/org.vinegarhq.Vinegar/cache/vinegar/logs/` for Flatpak.
24-
validations:
25-
required: true
26-
- type: textarea
27-
id: sysinfo
28-
attributes:
29-
label: System information
30-
placeholder: Data from Vinegar > About page (top-right) > Troubleshooting > Debugging Information
31-
render: shell
18+
- Flatpak
19+
- Distribution Package
20+
- Source
21+
validations:
22+
required: true
23+
24+
- type: input
25+
id: version
26+
attributes:
27+
label: Vinegar version
28+
description: If you're on Flatpak, put the output of `flatpak info -c org.vinegarhq.Vinegar` here.
29+
validations:
30+
required: true
31+
32+
- type: textarea
33+
id: problem
34+
attributes:
35+
label: What problem did you encounter?
36+
description: >
37+
Provide a description of the problem you're facing.
38+
Don't forget to attach any log files and screenshots.
39+
Logs can be found by clicking 'Open Logs' at the menu in the top-right inside Vinegar's settings page.
40+
41+
validations:
42+
required: true

0 commit comments

Comments
 (0)