docs: bug_report allow mulitple select in dropdowns

This commit is contained in:
Kingkor Roy Tirtho 2022-08-09 10:00:58 +06:00
parent 053242e197
commit ff369c7400

View File

@ -46,7 +46,7 @@ body:
attributes: attributes:
label: Operating System label: Operating System
description: In which OS you're experiencing the bug? description: In which OS you're experiencing the bug?
multiple: false multiple: true
options: options:
- "Android" - "Android"
- "Linux" - "Linux"
@ -72,7 +72,7 @@ body:
attributes: attributes:
label: Installation Source label: Installation Source
description: How did you install Spotube? description: How did you install Spotube?
multiple: false multiple: true
options: options:
- "Official Website (spotube.netlify.app)" - "Official Website (spotube.netlify.app)"
- "Github Release (Binary)" - "Github Release (Binary)"