2024-09-04 00:37:44 +00:00
|
|
|
name: Bug report
|
|
|
|
description: Report a bug or an issue that isn't working as expected.
|
|
|
|
title: "[BUG]: <Provide a clear, descriptive title>"
|
2024-09-04 00:58:26 +00:00
|
|
|
labels: ["bug"]
|
|
|
|
assignees: []
|
|
|
|
|
2024-09-04 00:37:44 +00:00
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: |
|
|
|
|
Please fill out the following information to help us resolve the issue.
|
2024-09-04 00:58:26 +00:00
|
|
|
|
2024-09-04 00:37:44 +00:00
|
|
|
- type: input
|
|
|
|
id: description
|
|
|
|
attributes:
|
|
|
|
label: Describe the bug
|
|
|
|
description: A clear and concise description of what the bug is.
|
2024-09-04 00:58:26 +00:00
|
|
|
placeholder: "Describe the bug in detail..."
|
|
|
|
|
2024-09-04 00:37:44 +00:00
|
|
|
- type: textarea
|
|
|
|
id: steps
|
|
|
|
attributes:
|
|
|
|
label: Steps to reproduce
|
|
|
|
description: |
|
|
|
|
Steps to reproduce the behavior:
|
|
|
|
1. Go to '...'
|
|
|
|
2. Click on '...'
|
|
|
|
3. Scroll down to '...'
|
|
|
|
4. See error
|
2024-09-04 00:58:26 +00:00
|
|
|
placeholder: "List the steps to reproduce the bug..."
|
|
|
|
|
2024-09-04 00:37:44 +00:00
|
|
|
- type: input
|
|
|
|
id: expected
|
|
|
|
attributes:
|
|
|
|
label: Expected behavior
|
|
|
|
description: What you expected to happen.
|
2024-09-04 00:58:26 +00:00
|
|
|
placeholder: "What was the expected result?"
|
|
|
|
|
2024-09-04 00:37:44 +00:00
|
|
|
- type: input
|
|
|
|
id: actual
|
|
|
|
attributes:
|
|
|
|
label: Actual behavior
|
|
|
|
description: What actually happened instead.
|
2024-09-04 00:58:26 +00:00
|
|
|
placeholder: "What happened instead?"
|
|
|
|
|
2024-09-04 00:37:44 +00:00
|
|
|
- type: dropdown
|
|
|
|
id: environment
|
|
|
|
attributes:
|
|
|
|
label: Environment
|
|
|
|
description: Specify the environment where the bug occurred.
|
|
|
|
options:
|
2024-09-04 01:08:23 +00:00
|
|
|
- Production
|
|
|
|
- Development
|
|
|
|
- Staging
|
2024-09-04 00:58:26 +00:00
|
|
|
|
2024-09-04 00:37:44 +00:00
|
|
|
- type: input
|
|
|
|
id: version
|
|
|
|
attributes:
|
|
|
|
label: Version
|
|
|
|
description: Version of the application where the bug occurred.
|
|
|
|
placeholder: "e.g., 1.0.0"
|
2024-09-04 00:58:26 +00:00
|
|
|
|
2024-09-04 00:37:44 +00:00
|
|
|
- type: textarea
|
|
|
|
id: additional
|
|
|
|
attributes:
|
|
|
|
label: Additional context
|
|
|
|
description: Add any other context about the problem here.
|
2024-09-04 00:58:26 +00:00
|
|
|
placeholder: "Any additional information..."
|