chore: ditto for 'BUG REPORT'

This commit is contained in:
2026-04-03 15:50:30 +02:00
parent fa3eff08fb
commit b220357c18

View File

@@ -7,20 +7,20 @@ body:
id: context id: context
attributes: attributes:
label: Context label: Context
description: What circumstances led to the bug? placeholder: What circumstances led to the bug?
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: expected-behavior id: expected-behavior
attributes: attributes:
label: Expected Behavior label: Expected Behavior
description: What did you expect would happen? placeholder: What did you expect would happen?
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: actual-behavior id: actual-behavior
attributes: attributes:
label: Actual Behavior label: Actual Behavior
description: What happened, and why was it unexpected? placeholder: What happened, and why was it unexpected?
validations: validations:
required: true required: true