From b5f4c16266a3a4700adc17e63d81ce0934603a8f Mon Sep 17 00:00:00 2001 From: Oliver Booth <1129769+oliverbooth@users.noreply.github.com> Date: Thu, 13 Apr 2023 21:39:00 +0100 Subject: [PATCH] [ci skip] update bug-report.yml Adds 3.2.0 and "nightly/other" to version options. --- .github/ISSUE_TEMPLATE/bug-report.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 1f26214..207dc5a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -37,6 +37,8 @@ body: label: Version description: What version of the package are you running? options: + - Nightly / other + - 3.2.0 - 3.1.0 - 3.0.0 - 2.6.0 @@ -47,6 +49,12 @@ body: - 2.1.0 validations: required: true + - type: input + id: other-version + attributes: + label: Other version + description: If you selected "nightly / other", please enter the full version number here. + placeholder: "Example: 4.0.0-nightly-230" - type: textarea id: logs attributes: