mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 17:40:23 +03:00
24 lines
566 B
YAML
24 lines
566 B
YAML
title: 'Q&A'
|
|
body:
|
|
- type: input
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: shlink-web-client version
|
|
placeholder: x.y.z
|
|
- type: dropdown
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: How do you use shlink-web-client
|
|
options:
|
|
- https://app.shlink.io
|
|
- Docker image
|
|
- Self-hosted
|
|
- Other (explain in summary)
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Summary
|
|
value: '<!-- Describe your issue, question or request here. -->'
|