2022-10-29 11:56:39 -05:00
name : Bug
description : File a bug report
title: 'Bug : '
labels : [ 'bug' ]
body :
- type : textarea
id : what-happened
attributes :
label : What happened?
description : Provide steps to reproduce the bug, and some context.
value : 'A bug happened!'
validations :
required : true
- type : dropdown
id : version
attributes :
label : Version
2023-05-22 17:36:53 -05:00
description : What version (or docker image) of Zipline are you using?
2022-10-29 11:56:39 -05:00
options :
2023-05-22 17:36:53 -05:00
- latest (ghcr.io/diced/zipline or ghcr.io/diced/zipline:latest)
2022-11-13 22:34:38 -05:00
- upstream (ghcr.io/diced/zipline:trunk)
- other (provide version in additional info)
2022-10-29 11:56:39 -05:00
validations :
required : true
- type : dropdown
id : browsers
attributes :
label : What browser(s) are you seeing the problem on?
multiple : true
options :
- Firefox
2022-11-13 22:34:38 -05:00
- Chromium-based (Chrome, Edge, Brave, Opera, mobile chrome/chromium based, etc)
2022-10-29 11:56:39 -05:00
- Safari
2022-11-13 22:34:38 -05:00
- Firefox Mobile
- Safari Mobile
2022-10-29 11:56:39 -05:00
- type : textarea
id : zipline-logs
attributes :
label : Zipline Logs
2022-11-13 22:34:38 -05:00
description : Please copy and paste any relevant log output. Not seeing anything interesting? Try adding the `DEBUG=true` environment variable to see more logs, make sure to review the output and remove any sensitive information as it can be VERY verbose at times.
2022-10-29 11:56:39 -05:00
render : shell
- type : textarea
id : browser-logs
attributes :
label : Browser Logs
description : Please copy and paste any relevant log output.
render : shell
2022-11-13 22:34:38 -05:00
- type : textarea
id : additional-info
attributes :
label : Additional Info
description : Anything else that could be used to narrow down the issue, like your config.