Update to bug report

This commit is contained in:
Jeroen Oudshoorn
2024-12-11 19:15:36 +01:00
parent 71e405fa63
commit ec47242af3

View File

@ -16,6 +16,7 @@ body:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. email@example.com
validations:
required: false
- type: textarea
id: what-happened
@ -24,6 +25,7 @@ body:
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: dropdown
id: version
@ -34,7 +36,8 @@ body:
- 2.9.2 (64bit)
- 2.9.2 (32bit)
default: 0
required: true
validations:
required: true
- type: textarea
id: logs
attributes: