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:
label: Have you read the HackRF [troubleshooting documentation](https://hackrf.readthedocs.io/en/latest/troubleshooting.html)?
options:
- 'yes'
- 'no'
- "yes"
- "no"
validations:
required: true
- type: textarea