linutil/.github/ISSUE_TEMPLATE/bug-reports.yml
2025-01-21 20:27:54 +05:45

159 lines
4.4 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
- openSUSE
- Other
validations:
required: true
- type: input
id: specify-distribution
attributes:
label: Specify Distribution
description: Specify the distribution if "Other" was selected above.
placeholder: Enter the name of your Linux distribution.
renderWhen:
distribution: "Other"
- 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: input
id: specify-de-wm
attributes:
label: Specify Desktop Environment/Window Manager
description: Specify the desktop environment or window manager if "Other" was selected above.
placeholder: Enter the name of your DE/WM.
renderWhen:
de-wm: "Other"
- 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: specify-windowing-system
attributes:
label: Specify Windowing System
description: Specify the windowing system if "Other" was selected above.
placeholder: Enter your windowing system.
renderWhen:
windowing-system: "Other"
- 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
multiple: false
description: Specify the branch of the project you are using.
options:
- stable
- prerelease
- main
- other
validations:
required: true
- type: input
id: specify-branch
attributes:
label: Specify Branch
description: Specify the branch if "Other" was selected above.
placeholder: Enter the branch name.
renderWhen:
branch: "other"
- 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