Update 1_Bug_report.yaml

This commit is contained in:
Stefan Pejcic 2024-12-20 20:40:00 +01:00 committed by GitHub
parent 47c479cf82
commit be7e75a4c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,8 +39,6 @@ body:
attributes: attributes:
label: Description label: Description
description: A clear and concise description of the problem description: A clear and concise description of the problem
validations:
required: true
- type: textarea - type: textarea
id: how-to-reproduce id: how-to-reproduce
attributes: attributes:
@ -51,14 +49,3 @@ body:
Please, take the time to show us some code and/or screenshot that is needed for others to reproduce the problem easily. Please, take the time to show us some code and/or screenshot that is needed for others to reproduce the problem easily.
validations: validations:
required: true required: true
- type: textarea
id: possible-solution
attributes:
label: Possible Solution
description: |
Optional: only if you have suggestions on a fix/reason for the bug
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: "Optional: any other context about the problem: log messages, screenshots, etc."