From a36836abd700489ca47c71c0805d6f5da51f19cf Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Tue, 16 Apr 2024 18:55:51 +0530 Subject: [PATCH] fix: issue template update --- .github/ISSUE_TEMPLATE/--bug-report.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/--bug-report.yaml b/.github/ISSUE_TEMPLATE/--bug-report.yaml index 3adaa4230..5a29dd150 100644 --- a/.github/ISSUE_TEMPLATE/--bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/--bug-report.yaml @@ -55,12 +55,19 @@ body: - Safari - Other - type: dropdown - id: version + id: variant attributes: - label: Version + label: Variant options: - Cloud - Self-hosted - Local + validations: + required: true +- type: textarea + id: version + attributes: + label: Version + placeholder: v0.17.0-dev validations: required: true \ No newline at end of file