Skip to content

Commit fe1e28d

Browse files
committed
chore: use collapsible block for env text
1 parent a99bdde commit fe1e28d

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -62,29 +62,20 @@ body:
6262
label: Environment
6363
description: Please run the command below and attach the output. This information is required to properly diagnose your issue.
6464
placeholder: |
65-
Please paste the output of the following command below:
65+
Please run this command to save your system information to a file:
6666
6767
```bash
68-
hyprctl systeminfo -c
68+
hyprctl systeminfo -c > /tmp/hyprland_systeminfo.txt
6969
```
7070
71-
<details>
72-
<summary>System Information (Click to expand)</summary>
73-
74-
```
75-
[Paste the entire output of hyprctl systeminfo -c here]
76-
```
77-
</details>
78-
79-
<details>
80-
<summary>Additional Information (Click to expand)</summary>
71+
Then upload the file by dragging and dropping it here or clicking below to browse.
8172
73+
### Additional Environment Information
8274
- Installation Environment: [e.g., On The Main Hardware, On A Virtual Machine]
83-
- Other info: [e.g., Display Resolution, etc]
75+
- Display Resolution: [e.g., 1920x1080]
8476
- Graphics Driver: [e.g., nvidia, intel, amd]
8577
- Display Server: [e.g., Wayland, X11]
8678
87-
</details>
8879
validations:
8980
required: true
9081

0 commit comments

Comments
 (0)