fix : removed checkboxes and added an input

This commit is contained in:
Tamal Das 2022-10-04 07:22:23 +00:00
parent ec4bf3c2c5
commit 8bbf46b894
1 changed files with 11 additions and 12 deletions

View File

@ -11,6 +11,17 @@ body:
- label: Before you openning this issue, i have checked if the issue has already been reported. - label: Before you openning this issue, i have checked if the issue has already been reported.
required: true 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 - type: textarea
id: description id: description
attributes: attributes:
@ -27,18 +38,6 @@ body:
validations: validations:
required: true 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 - type: textarea
id: reproduce id: reproduce
attributes: attributes: