feat: new opt bug.yml (#411)

Hopefully this is a better explanation for the version selector.

Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
This commit is contained in:
Jayvin Hernandez 2023-05-22 15:36:53 -07:00 committed by GitHub
parent 60d7b22dca
commit a2c085719a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,10 +15,10 @@ body:
id: version id: version
attributes: attributes:
label: Version label: Version
description: What version of Zipline are you using? description: What version (or docker image) of Zipline are you using?
options: options:
- latest (ghcr.io/diced/zipline or ghcr.io/diced/zipline:latest)
- upstream (ghcr.io/diced/zipline:trunk) - upstream (ghcr.io/diced/zipline:trunk)
- latest (ghcr.io/diced/zipline:latest)
- other (provide version in additional info) - other (provide version in additional info)
validations: validations:
required: true required: true