linutil/.github/ISSUE_TEMPLATE/bug-reports.yml

126 lines
3.3 KiB
YAML
Raw Normal View History

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.
- type: dropdown
id: distribution
attributes:
label: Distribution
2025-01-20 15:14:58 +00:00
multiple: false
description: Select the Linux distribution you are using.
options:
- Arch
- Ubuntu
- Fedora
- Debian
- Other
validations:
required: true
- type: dropdown
id: de-wm
attributes:
label: Desktop Environment / Window Manager
2025-01-20 15:14:58 +00:00
multiple: false
description: Select your desktop environment or window manager.
options:
- GNOME
- KDE Plasma
- XFCE
- Hyprland
- i3
- Other
validations:
required: true
- type: dropdown
id: windowing-system
attributes:
label: Windowing System
2025-01-20 15:14:58 +00:00
multiple: false
description: Specify whether you are using X11 or Wayland.
options:
- X11
- Wayland
- Other
validations:
required: true
- type: input
id: linutil-version
attributes:
label: Linutil Version
2025-01-20 15:13:12 +00:00
description: Linutil version (found above the list within linutil):.
validations:
required: true
- type: dropdown
id: branch
attributes:
label: Branch
description: Specify the branch of the project you are using.
2025-01-20 15:17:28 +00:00
multiple: false
options:
- stable
- prerelease
- master
- other
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