From 12419a4f691c8030e9c0c669f7d6c7cc6082b4b5 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Thu, 23 May 2024 20:15:51 +0200 Subject: [PATCH] github: add R6 to the bug_report issue template Signed-off-by: Christian Berendt --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 515a5d4..9ae8c05 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -10,7 +10,8 @@ body: label: SCS Release Version description: What version of SCS are you running? options: - - R5 (default) + - R6 (default) + - R5 - R4 - R3 - R2 @@ -92,4 +93,4 @@ body: value: '...' validations: required: false ---- \ No newline at end of file +---