2023-07-18 16:51:14 +02:00
name : Bug Report
description : Something is not working right
2023-07-20 21:54:57 +02:00
labels : [ "bug" ]
2023-07-18 16:51:14 +02:00
body :
2024-09-08 22:12:01 +02:00
- type : checkboxes
2023-07-18 16:51:14 +02:00
attributes :
2024-09-08 22:12:01 +02:00
label : Already reported ? *
description : Before opening a new bug report, please take a moment to search through the current open and closed issues to check if it already exists.
options :
- label : I have searched the existing open and closed issues.
required : true
2023-07-18 16:51:14 +02:00
2024-06-10 15:25:01 +02:00
- type : dropdown
id : type
attributes :
2024-06-18 17:06:14 +02:00
label : Regression?
description : |
Regression means that something used to work but no longer does.
**BEFORE CONTINUING**, please check if this bug is a regression or not, and if it is, we need you to bisect with the help of the wiki : https://wiki.hyprland.org/Crashes-and-Bugs/#bisecting-an-issue
multiple : true
2024-06-10 15:25:01 +02:00
options :
2024-06-18 17:06:14 +02:00
- "Yes"
- "No"
2024-06-10 15:25:01 +02:00
validations :
required : true
2024-01-01 18:03:32 +01:00
- type : textarea
2023-07-18 16:51:14 +02:00
id : ver
attributes :
2024-05-25 22:46:07 +02:00
label : System Info and Version
description : |
2024-09-25 11:37:58 +02:00
Paste the output of `hyprctl systeminfo -c` here. If you can't
launch Hyprland, paste the output of `Hyprland --systeminfo`.
If `Hyprland --systeminfo` errors out (added in 0.44.0), find
and paste the Hyprland version manually.
2024-01-01 18:03:32 +01:00
value : "<details>
<summary>System/Version info</summary>
```sh
<Paste the output of the command here>
```
</details>"
2023-07-18 16:51:14 +02:00
validations :
required : true
- type : textarea
id : desc
attributes :
label : Description
description : "What went wrong?"
validations :
required : true
- type : textarea
id : repro
attributes :
label : How to reproduce
description : "How can someone else reproduce the issue?"
validations :
required : true
- type : textarea
id : logs
attributes :
label : Crash reports, logs, images, videos
description : |
Anything that can help. Please always ATTACH and not paste them.
2024-05-10 13:22:47 +02:00
Logs can be found in $XDG_RUNTIME_DIR/hypr
2024-03-26 03:21:31 +01:00
Crash reports are stored in ~/.cache/hyprland or $XDG_CACHE_HOME/hyprland
2023-07-18 16:51:14 +02:00