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:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: |
|
|
|
|
Before opening a new issue, take a moment to search through the current open ones.
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2024-01-01 18:03:32 +01:00
|
|
|
- type: textarea
|
2023-07-18 16:51:14 +02:00
|
|
|
id: ver
|
|
|
|
attributes:
|
|
|
|
label: Hyprland Version
|
2024-03-19 03:53:51 +01:00
|
|
|
description: "Paste the output of `hyprctl systeminfo` here."
|
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: dropdown
|
|
|
|
id: type
|
|
|
|
attributes:
|
|
|
|
label: Bug or Regression?
|
|
|
|
description: Is this a bug or a regression?
|
|
|
|
options:
|
|
|
|
- Bug
|
|
|
|
- Regression
|
|
|
|
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.
|
|
|
|
Logs can be found in /tmp/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
|
|
|
|