2025-01-16 15:46:19 +00:00
|
|
|
name: Bug Report
|
|
|
|
description: Report a bug or issue to help us improve.
|
|
|
|
title: "[Bug]: "
|
|
|
|
labels: ["bug"]
|
|
|
|
assignees: []
|
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: |
|
|
|
|
Thank you for helping us improve! Please provide as much detail as possible to ensure we can address the issue effectively.
|
2025-01-20 15:06:44 +00:00
|
|
|
- type: dropdown
|
|
|
|
id: distribution
|
|
|
|
attributes:
|
|
|
|
label: Distribution
|
|
|
|
description: Select the Linux distribution you are using.
|
|
|
|
options:
|
|
|
|
- Arch
|
|
|
|
- Ubuntu
|
|
|
|
- Fedora
|
|
|
|
- Debian
|
|
|
|
- Other
|
|
|
|
placeholder: Select your distribution
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: dropdown
|
|
|
|
id: de-wm
|
|
|
|
attributes:
|
|
|
|
label: Desktop Environment / Window Manager
|
|
|
|
description: Select your desktop environment or window manager.
|
|
|
|
options:
|
|
|
|
- GNOME
|
|
|
|
- KDE Plasma
|
|
|
|
- XFCE
|
|
|
|
- Hyprland
|
|
|
|
- i3
|
|
|
|
- Other
|
|
|
|
placeholder: Select your DE/WM
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: dropdown
|
|
|
|
id: windowing-system
|
|
|
|
attributes:
|
|
|
|
label: Windowing System
|
|
|
|
description: Specify whether you are using X11 or Wayland.
|
|
|
|
options:
|
|
|
|
- X11
|
|
|
|
- Wayland
|
|
|
|
- Other
|
|
|
|
placeholder: Select your windowing system
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: input
|
|
|
|
id: linutil-version
|
|
|
|
attributes:
|
|
|
|
label: Linutil Version
|
|
|
|
description: Provide the version of Linutil (found at the top of the list in the application or by running `linutil --version`).
|
|
|
|
placeholder: e.g., 1.2.3
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: dropdown
|
|
|
|
id: branch
|
|
|
|
attributes:
|
|
|
|
label: Branch
|
|
|
|
description: Specify the branch of the project you are using.
|
|
|
|
options:
|
|
|
|
- stable
|
|
|
|
- prerelease
|
|
|
|
- master
|
|
|
|
- other
|
|
|
|
placeholder: Select your branch
|
|
|
|
validations:
|
|
|
|
required: true
|
2025-01-16 15:46:19 +00:00
|
|
|
- type: textarea
|
|
|
|
id: describe-bug
|
|
|
|
attributes:
|
|
|
|
label: Describe the bug
|
|
|
|
description: |
|
|
|
|
Provide a clear and concise description of what the bug is.
|
|
|
|
placeholder: Describe the issue in detail.
|
|
|
|
validations:
|
|
|
|
required: true
|
2025-01-16 15:57:20 +00:00
|
|
|
- type: textarea
|
2025-01-16 17:36:40 +00:00
|
|
|
id: reproduce-steps
|
2025-01-16 15:57:20 +00:00
|
|
|
attributes:
|
2025-01-16 17:36:40 +00:00
|
|
|
label: Steps to reproduce
|
2025-01-16 17:58:56 +00:00
|
|
|
description: Steps to reproduce the behavior.
|
|
|
|
placeholder: |
|
2025-01-16 17:36:40 +00:00
|
|
|
1. Go to '...'
|
|
|
|
2. Click on '...'
|
|
|
|
3. Scroll down to '...'
|
|
|
|
4. See error
|
2025-01-16 15:46:19 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: expected-behavior
|
|
|
|
attributes:
|
|
|
|
label: Expected behavior
|
|
|
|
description: |
|
|
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
placeholder: Explain the expected outcome.
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: additional-context
|
|
|
|
attributes:
|
|
|
|
label: Additional context
|
|
|
|
description: |
|
|
|
|
Add any other context or information about the problem here.
|
|
|
|
placeholder: Include any related logs, error messages, or configurations.
|
|
|
|
- type: textarea
|
|
|
|
id: screenshots
|
|
|
|
attributes:
|
|
|
|
label: Screenshots
|
|
|
|
description: |
|
|
|
|
If applicable, add screenshots to help explain your problem. Provide links or attach images in the comments after submitting the issue.
|
|
|
|
- type: checkboxes
|
|
|
|
id: checklist
|
|
|
|
attributes:
|
|
|
|
label: Checklist
|
|
|
|
options:
|
|
|
|
- label: I checked for duplicate issues.
|
|
|
|
- label: I checked existing discussions.
|
|
|
|
- label: This issue is not included in the roadmap.
|
|
|
|
- label: This issue is present on both stable and development branches.
|
|
|
|
required: true
|
2025-01-16 15:57:20 +00:00
|
|
|
|