2023-07-25 01:45:24 -05:00
name : Bug report
description : Something on Shlink is broken or not working as documented?
labels : [ 'bug' ]
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-25 01:45: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
- type : textarea
validations :
required : true
attributes :
label : Current behavior
value : '<!-- How is it actually behaving (and it should not)? -->'
- type : textarea
validations :
required : true
attributes :
label : Expected behavior
value : '<!-- How did you expect it to behave? -->'
- type : textarea
validations :
required : true
attributes :
2024-03-12 03:00:49 -05:00
label : Minimum steps to reproduce
value : |
<!--
Emphasis in MINIMUM : What is the simplest way to reproduce the bug?
Avoid things like "Create a kubernetes cluster", or anything related with cloud providers, as that is rarely the root cause and the bug may be closed as "not reproducible".
If you can provide a simple docker compose config, that's even better.
-->