Going for the tri-fecta. Fixing #20, too
This commit is contained in:
parent
8624cf3e30
commit
4be660d18b
|
|
@ -28,23 +28,23 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Package Version
|
label: Package Version
|
||||||
description: What version of our Package are you running? Please be as specific as possible
|
description: What version of our Package are you running? Please be as specific as possible
|
||||||
placeholder: 2.0.0
|
placeholder: 0.1.5
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: php-version
|
id: python-version
|
||||||
attributes:
|
attributes:
|
||||||
label: PHP Version
|
label: Python Version
|
||||||
description: What version of PHP are you running? Please be as specific as possible
|
description: What version of Python are you running? Please be as specific as possible
|
||||||
placeholder: 8.2.0
|
placeholder: 3.10.12
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: laravel-version
|
id: ansible-version
|
||||||
attributes:
|
attributes:
|
||||||
label: Laravel Version
|
label: Ansible Version
|
||||||
description: What version of Laravel are you running? Please be as specific as possible
|
description: What version of Laravel are you running? Please be as specific as possible
|
||||||
placeholder: 9.0.0
|
placeholder: 2.16.4
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue