mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-14 23:12:51 +02:00
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
1 changed files with 8 additions and 8 deletions
4
.github/ISSUE_TEMPLATE/question.yml
vendored
4
.github/ISSUE_TEMPLATE/question.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue