fixed erros for arrays

This commit is contained in:
Syed 2024-09-04 06:28:26 +05:30
parent 14fff0b051
commit 059f5e9302

View file

@ -1,22 +1,22 @@
name: Bug report name: Bug report
description: Report a bug or an issue that isn't working as expected. description: Report a bug or an issue that isn't working as expected.
title: "[BUG]: <Provide a clear, descriptive title>" title: "[BUG]: <Provide a clear, descriptive title>"
labels: labels: ["bug"]
- bug assignees: []
assignees: ""
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Please fill out the following information to help us resolve the issue. Please fill out the following information to help us resolve the issue.
- type: input - type: input
id: description id: description
attributes: attributes:
label: Describe the bug label: Describe the bug
description: A clear and concise description of what the bug is. description: A clear and concise description of what the bug is.
placeholder: Describe the bug in detail... placeholder: "Describe the bug in detail..."
validations:
required: true
- type: textarea - type: textarea
id: steps id: steps
attributes: attributes:
@ -27,25 +27,22 @@ body:
2. Click on '...' 2. Click on '...'
3. Scroll down to '...' 3. Scroll down to '...'
4. See error 4. See error
placeholder: List the steps to reproduce the bug... placeholder: "List the steps to reproduce the bug..."
validations:
required: true
- type: input - type: input
id: expected id: expected
attributes: attributes:
label: Expected behavior label: Expected behavior
description: What you expected to happen. description: What you expected to happen.
placeholder: What was the expected result? placeholder: "What was the expected result?"
validations:
required: true
- type: input - type: input
id: actual id: actual
attributes: attributes:
label: Actual behavior label: Actual behavior
description: What actually happened instead. description: What actually happened instead.
placeholder: What happened instead? placeholder: "What happened instead?"
validations:
required: true
- type: dropdown - type: dropdown
id: environment id: environment
attributes: attributes:
@ -58,21 +55,17 @@ body:
value: development value: development
- label: Staging - label: Staging
value: staging value: staging
validations:
required: true
- type: input - type: input
id: version id: version
attributes: attributes:
label: Version label: Version
description: Version of the application where the bug occurred. description: Version of the application where the bug occurred.
placeholder: "e.g., 1.0.0" placeholder: "e.g., 1.0.0"
validations:
required: false
- type: textarea - type: textarea
id: additional id: additional
attributes: attributes:
label: Additional context label: Additional context
description: Add any other context about the problem here. description: Add any other context about the problem here.
placeholder: Any additional information... placeholder: "Any additional information..."
validations:
required: false