mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 00:47:25 -06:00
50 lines
1.0 KiB
YAML
50 lines
1.0 KiB
YAML
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
|
|
- Docker image
|
|
- 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
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Summary
|
|
value: '<!-- Describe your issue, question or request here. -->'
|
|
|