Add quotes to yes and no (#1147)

This commit is contained in:
Straithe
2022-08-28 19:18:44 -04:00
committed by GitHub
parent 783899b06f
commit 0a85acf27a

View File

@ -14,8 +14,8 @@ body:
attributes: attributes:
label: Have you read the HackRF [troubleshooting documentation](https://hackrf.readthedocs.io/en/latest/troubleshooting.html)? label: Have you read the HackRF [troubleshooting documentation](https://hackrf.readthedocs.io/en/latest/troubleshooting.html)?
options: options:
- 'yes' - "yes"
- 'no' - "no"
validations: validations:
required: true required: true
- type: textarea - type: textarea