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

65 lines
2.0 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: 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