From 3ddb8109a6099365d8a875dc62ef023d922ecd47 Mon Sep 17 00:00:00 2001 From: Bernhard Kirchen <schlimmchen@posteo.net> Date: Mon, 16 Sep 2024 15:49:22 +0200 Subject: [PATCH] bug report: allow to select non-release GitHub build --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c44e877f3..f95c4cf71 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -47,7 +47,8 @@ body: label: Install Method description: How did you install OpenDTU? options: - - Pre-Compiled binary from GitHub + - Pre-Compiled binary from GitHub releases + - Pre-Compiles binary from GitHub actions/pull-request - Self-Compiled validations: required: true