From a2c085719aa9b204972b351978260241f7827c26 Mon Sep 17 00:00:00 2001 From: Jayvin Hernandez Date: Mon, 22 May 2023 15:36:53 -0700 Subject: [PATCH] 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> --- .github/ISSUE_TEMPLATE/bug.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index c9180e6..c7f9609 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -15,10 +15,10 @@ body: id: version attributes: label: Version - description: What version of Zipline are you using? + description: What version (or docker image) of Zipline are you using? options: + - latest (ghcr.io/diced/zipline or ghcr.io/diced/zipline:latest) - upstream (ghcr.io/diced/zipline:trunk) - - latest (ghcr.io/diced/zipline:latest) - other (provide version in additional info) validations: required: true