Hyprland/.github/ISSUE_TEMPLATE/bug.yml

97 lines
2.9 KiB
YAML
Raw Normal View History

2023-07-18 16:51:14 +02:00
name: Bug Report
2024-01-01 18:30:36 +01:00
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-01-01 18:30:36 +01:00
- type: checkboxes
id: no-duplicate-issues
2023-07-18 16:51:14 +02:00
attributes:
2024-01-01 18:30:36 +01:00
label: "Before opening a new issue, take a moment to search through the current open ones."
description: "Search in the issues sections by clicking [HERE](https://github.com/hyprwm/hyprland/issues?q=)"
options:
- label: "I have checked and did not find a similar issue"
required: true
2023-07-18 16:51:14 +02:00
- type: textarea
2023-07-18 16:51:14 +02:00
id: ver
attributes:
2024-01-01 18:30:36 +01:00
label: "Hyprland Version"
description: "Paste here the output of `hyprctl version`. For hyprland after 0.34.0, paste `hyprctl systeminfo` instead."
2024-01-01 18:30:36 +01:00
render: shell
placeholder: |
$ hyprctl systeminfo
Hyprland, built from branch main at commit 03ebbe18ed8517ee22591eac82cd54322f42cb7d dirty (props: bump ver to 0.34.0).
Date: Mon Jan 1 13:03:15 2024
Tag: v0.33.1-121-g03ebbe18
flags: (if any)
System Information:
System name: Linux
Node name: Apollo
Release: 6.6.8-zen1-1-zen
Version: #1 ZEN SMP PREEMPT_DYNAMIC Thu, 21 Dec 2023 19:00:41 +0000
2024-01-01 18:30:36 +01:00
GPU information:
06:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Cezanne [Radeon Vega Series / Radeon Vega Mobile Series] [1002:1638] (rev c6) (prog-if 00 [VGA controller])
2024-01-01 18:30:36 +01:00
os-release: NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
ID=arch
BUILD_ID=rolling
ANSI_COLOR="38;2;23;147;209"
HOME_URL="https://archlinux.org/"
DOCUMENTATION_URL="https://wiki.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
BUG_REPORT_URL="https://bugs.archlinux.org/"
PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/"
LOGO=archlinux-logo
2024-01-01 18:30:36 +01:00
plugins:
2023-07-18 16:51:14 +02:00
validations:
required: true
- type: dropdown
id: type
attributes:
2024-01-01 18:30:36 +01:00
label: "Bug or Regression?"
description: "Is this a bug or a regression?"
2023-07-18 16:51:14 +02:00
options:
- Bug
- Regression
validations:
required: true
- type: textarea
id: desc
attributes:
2024-01-01 18:30:36 +01:00
label: "Description"
2023-07-18 16:51:14 +02:00
description: "What went wrong?"
2024-01-01 18:30:36 +01:00
placeholder: "..."
2023-07-18 16:51:14 +02:00
validations:
required: true
- type: textarea
id: repro
attributes:
2024-01-01 18:30:36 +01:00
label: "How to reproduce"
description: "How do you reproduce this issue? Please walk us through it, step by step."
placeholder: |
1. Open a terminal window
2. Move it in a very specific way
3. Observe
2023-07-18 16:51:14 +02:00
validations:
required: true
- type: textarea
id: logs
attributes:
2024-01-01 18:30:36 +01:00
label: "Crash reports, logs, images, videos"
2023-07-18 16:51:14 +02:00
description: |
Anything that can help. Please always ATTACH and not paste them.
2024-01-01 18:30:36 +01:00
Logs can be found in `/tmp/hypr`
Crash reports are stored in `$XDG_CACHE_HOME/hyprland` or `~/.hyprland`
2023-07-18 16:51:14 +02:00