From 8bbf46b8942c2e5cbfbd877d1b67a2b5df4876e9 Mon Sep 17 00:00:00 2001 From: Tamal Das Date: Tue, 4 Oct 2022 07:22:23 +0000 Subject: [PATCH] fix : removed checkboxes and added an input --- .github/ISSUE_TEMPLATE/bug.yml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 25b2e7d69..0ac4cab1f 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -11,6 +11,17 @@ body: - label: Before you openning this issue, i have checked if the issue has already been reported. required: true + # input box + + - type: input + id: versioninput + attributes: + label: Bagisto Version(s) affected + description: Please enter the Bagisto version(s) affected by this issue. + placeholder: 'x.y.z' + validations: + required: true + - type: textarea id: description attributes: @@ -27,18 +38,6 @@ body: validations: required: true - - type: checkboxes - id: versions - attributes: - label: Bagisto Version - description: Please select the version of bagisto that you are using. - options: - - label: master branch - - label: 1.3.3 - - label: 1.3.2 - - label: 1.3.1 - - label: 1.3.0 - - type: textarea id: reproduce attributes: