Skip to content

Commit 6691db9

Browse files
committed
md
1 parent bc75015 commit 6691db9

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,15 @@ body:
6060
id: environment
6161
attributes:
6262
label: Environment
63-
description: Please run the command below and attach the output. This information is required to properly diagnose your issue.
63+
description: Please add any other relevant information about the bug and remove the unnecessary lines.
6464
placeholder: |
65-
Run this command and paste the output here:
66-
67-
```bash
68-
hyprctl systeminfo -c > /tmp/hyde_environment && cat /tmp/hyde_environment
69-
```
70-
71-
Additional information (if needed):
65+
- Linux Distro: [e.g., ArchLinux, EndeavourOS]
66+
- Linux Version, output of `uname -a`:
67+
- Hyprland Version, output of `hyprctl version`:
7268
- Installation Environment: [e.g., On The Main Hardware, On A Virtual Machine]
73-
- Other info: [e.g., Display Resolution, etc]
69+
- Other info: [e.g., Display Resolution, Resolution, etc]
7470
validations:
75-
required: true
71+
required: false
7672

7773
- type: textarea
7874
id: additional

0 commit comments

Comments
 (0)