fixed syntax error in bug-report.yml

This commit is contained in:
Bernhard B 2021-06-16 11:15:56 +02:00
parent b157fd179e
commit 37fba31d30

View File

@ -18,14 +18,14 @@ body:
attributes: attributes:
label: Are you using the latest released version? label: Are you using the latest released version?
options: options:
- label: Yes - label: "Yes"
- type: checkboxes - type: checkboxes
id: read_troubleshooting id: read_troubleshooting
attributes: attributes:
label: Have you read the troubleshooting page? label: Have you read the troubleshooting page?
description: Can be found [here](https://github.com/bbernhard/signal-cli-rest-api/blob/master/doc/TROUBLESHOOTING.md) description: Can be found [here](https://github.com/bbernhard/signal-cli-rest-api/blob/master/doc/TROUBLESHOOTING.md)
options: options:
- label: Yes - label: "Yes"
- type: dropdown - type: dropdown
validations: validations:
required: true required: true