You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-09 23:07:35 +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:
16
.github/ISSUE_TEMPLATE/question.yml
vendored
16
.github/ISSUE_TEMPLATE/question.yml
vendored
@@ -18,13 +18,13 @@ body:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
validations:
|
||||
required: true
|
||||
value: |
|
||||
<!---
|
||||
Please do not use this form to bypass doing a proper bug report.
|
||||
The issue tracker is for anything relevant to the project itself, not individual support queries.
|
||||
If you don't want to fill out a bug report, please ask support questions at our community discussions page: https://github.com/orgs/docker-mailserver/discussions
|
||||
-->
|
||||
attributes:
|
||||
label: Description
|
||||
value: |
|
||||
<!---
|
||||
Please do not use this form to bypass doing a proper bug report.
|
||||
The issue tracker is for anything relevant to the project itself, not individual support queries.
|
||||
If you don't want to fill out a bug report, please ask support questions at our community discussions page: https://github.com/orgs/docker-mailserver/discussions
|
||||
-->
|
||||
|
Reference in New Issue
Block a user