Update suggestion.yml
This commit is contained in:
parent
fa9c018ce1
commit
bfa3ead846
|
@ -51,13 +51,14 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: checkboxes
|
- type: dropdown
|
||||||
id: help
|
id: help
|
||||||
attributes:
|
attributes:
|
||||||
label: Are you willing to help?
|
label: Are you willing to help?
|
||||||
description: Would you be willing to help us make this improvement?
|
description: Would you be willing to help us make this improvement?
|
||||||
options:
|
options:
|
||||||
- label: Yes
|
options:
|
||||||
required: true
|
- Yes
|
||||||
- label: No
|
- No
|
||||||
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in New Issue