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: