2023-07-15 03:58:24 -05:00
|
|
|
title: 'Help wanted'
|
|
|
|
body:
|
|
|
|
- type: input
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
attributes:
|
|
|
|
label: Shlink version
|
|
|
|
placeholder: x.y.z
|
|
|
|
- type: input
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
attributes:
|
|
|
|
label: PHP version
|
|
|
|
placeholder: x.y.z
|
|
|
|
- type: dropdown
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
attributes:
|
|
|
|
label: How do you serve Shlink
|
|
|
|
options:
|
|
|
|
- Self-hosted Apache
|
|
|
|
- Self-hosted nginx
|
|
|
|
- Self-hosted RoadRunner
|
2024-02-16 16:02:46 -06:00
|
|
|
- Docker image
|
2023-07-15 03:58:24 -05:00
|
|
|
- Other (explain in summary)
|
|
|
|
- type: dropdown
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
attributes:
|
|
|
|
label: Database engine
|
|
|
|
options:
|
|
|
|
- MySQL
|
|
|
|
- MariaDB
|
|
|
|
- PostgreSQL
|
|
|
|
- MicrosoftSQL
|
|
|
|
- SQLite
|
|
|
|
- type: input
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
attributes:
|
|
|
|
label: Database version
|
|
|
|
placeholder: x.y.z
|
2023-07-15 04:09:36 -05:00
|
|
|
- type: textarea
|
2023-07-15 03:58:24 -05:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
attributes:
|
|
|
|
label: Summary
|
|
|
|
value: '<!-- Describe your issue, question or request here. -->'
|
|
|
|
|