ci: Fix `question.yml` template - `value` should be an attribute (#3502)
The recent change to this template was invalid, as `value` should have been nested under the `attributes` object.
This commit is contained in:
parent
af09db6648
commit
c8a0bfd361
|
@ -18,10 +18,10 @@ body:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: Description
|
||||||
value: |
|
value: |
|
||||||
<!---
|
<!---
|
||||||
Please do not use this form to bypass doing a proper bug report.
|
Please do not use this form to bypass doing a proper bug report.
|
||||||
|
|
Loading…
Reference in New Issue