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:
parent
60d7b22dca
commit
a2c085719a
1 changed files with 2 additions and 2 deletions
4
.github/ISSUE_TEMPLATE/bug.yml
vendored
4
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue