mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-01-31 14:45:44 +00:00
126 lines
3.3 KiB
YAML
126 lines
3.3 KiB
YAML
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
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
multiple: false
|
|
options:
|
|
- stable
|
|
- prerelease
|
|
- master
|
|
- other
|
|
validations:
|
|
required: true
|
|
- 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
|
|
- type: textarea
|
|
id: reproduce-steps
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: Steps to reproduce the behavior.
|
|
placeholder: |
|
|
1. Go to '...'
|
|
2. Click on '...'
|
|
3. Scroll down to '...'
|
|
4. See error
|
|
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
|
|
|