fix: issue template update

This commit is contained in:
sriram veeraghanta 2024-04-16 18:55:51 +05:30
parent 27db8699c8
commit a36836abd7

View File

@ -55,12 +55,19 @@ body:
- Safari - Safari
- Other - Other
- type: dropdown - type: dropdown
id: version id: variant
attributes: attributes:
label: Version label: Variant
options: options:
- Cloud - Cloud
- Self-hosted - Self-hosted
- Local - Local
validations:
required: true
- type: textarea
id: version
attributes:
label: Version
placeholder: v0.17.0-dev
validations: validations:
required: true required: true