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 ? *
2025-01-03 13:47:34 +01:00
description : Before opening a new bug report, please take a moment to search through the current open issues. If the same bug is already reported, don't open new issue - instead go upvote/comment on an existing one.
2024-09-08 22:12:01 +02:00
options :
2025-01-03 13:47:34 +01:00
- 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 :
2025-01-03 13:47:34 +01:00
- "Definitely a regression - something broke after update (requires bisect)"
- "Probably not a regression / I don't remember it happening before"
- "Not a regression - it's bug regarding new feature"
- "Not a regression - it's an old bug"
- "I don't know, I started using Hyprland only recently"
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 :
2025-01-03 13:47:34 +01:00
label : System Info and Hyprland Version
2024-05-25 22:46:07 +02:00
description : |
2025-01-03 13:47:34 +01:00
Paste the output of `hyprctl systeminfo` here. If you can't
2024-09-25 11:37:58 +02:00
launch Hyprland, paste the output of `Hyprland --systeminfo`.
2024-01-01 18:03:32 +01:00
value : "<details>
<summary>System/Version info</summary>
2025-01-03 13:47:34 +01:00
```
<Paste the output of the command here, without removing any formatting around this>
2024-01-01 18:03:32 +01:00
```
</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?"
2025-01-03 13:47:34 +01:00
placeholder : |
1 . ...
2 . ...
3 . ...
2023-07-18 16:51:14 +02:00
validations :
required : true
2025-01-03 13:47:34 +01:00
- type : markdown
attributes :
value : |
## Additional info section
In the section below you will be asked to upload some files.
When including text files (such as logs or config), please **always ATTACH** them, and not paste them directly.
This is important to avoid clutter, spam, and make the issues more readable.
Thanks for your understanding.
# The main reason to disallow pasting directly or in a dropdown, is to not clutter
# the issue with unnecessary keywords, making the github issue search useless.
- type : checkboxes
attributes :
label : Attach not paste
options :
- label : I understand that all text files must be *attached*, and not pasted directly. If not respected, this issue will likely get closed as spam
required : true
- type : markdown
attributes :
value : >-
Please be sure to upload the following files below if they are relevant to the issue :
- Logs can be found in $XDG_RUNTIME_DIR/hypr (sort by date to grab the latest)
- Crash reports are stored in ~/.cache/hyprland or $XDG_CACHE_HOME/hyprland
- Hyprland config files - `hyprctl systeminfo -c > /tmp/hyprland_config_dump.txt` use this command to dump full configuration to a single file.
- type : checkboxes
attributes :
label : Checklist of files to include below
options :
- label : Hyprland config - `hyprctl systeminfo -c` (always include)
- label : Crash report (always include in case of crash)
- label : Video (always include in case of a visual bug)
- label : Logs (might contain useful info such as errors)
2023-07-18 16:51:14 +02:00
- type : textarea
id : logs
attributes :
2025-01-03 13:47:34 +01:00
label : Additional info & File uploads
2023-07-18 16:51:14 +02:00
description : |
2025-01-03 13:47:34 +01:00
Tip : You can attach files by clicking this area to highlight it and then dragging files in.