Update issue templates

This commit is contained in:
MaxXor 2023-03-11 17:00:36 +01:00
parent dd62557cea
commit fff64149f1
2 changed files with 6 additions and 4 deletions

View File

@ -44,6 +44,8 @@ body:
options: options:
- Debug - Debug
- Release - Release
validations:
required: true
- type: textarea - type: textarea
attributes: attributes:
label: Describe the bug label: Describe the bug
@ -58,18 +60,18 @@ body:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Expected Behavior label: Expected behavior
description: Describe the result that you expect to get after performing the steps. description: Describe the result that you expect to get after performing the steps.
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Actual Behavior label: Actual behavior
description: Describe the actual behavior that you observed after performing the steps. description: Describe the actual behavior that you observed after performing the steps.
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Additional Context label: Additional context
description: Any other information that may help us fix the issue goes here (e.g. screenshots). description: Any other information that may help us fix the issue goes here (e.g. screenshots).

View File

@ -18,6 +18,6 @@ body:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Additional Context label: Additional context
description: Add any other context or screenshots about the feature request here. description: Add any other context or screenshots about the feature request here.