From 4433a992fda006cdba43eae235262cfc6db16d23 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@proton.me> Date: Mon, 6 Apr 2026 18:04:38 +0200 Subject: [PATCH] Fix version options formatting in bug report template Updated version options in bug report template to use quotes. Signed-off-by: 0xMRTT <0xMRTT@proton.me> --- .github/ISSUE_TEMPLATE/bug_report.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 5895d5e..f7fecec 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -23,9 +23,9 @@ body: label: Version description: What version of Bavarder are you running? (Must be >= 2.0) options: - - 2.0 (Latest) - - > 2.0 (Devel) - - < 2.0 (UNSUPPORTED) + - "2.0 (Latest)" + - "> 2.0 (Devel)" + - "< 2.0 (UNSUPPORTED)" default: 0 validations: required: true