From d69a43373eaebdcb70913125d4bd609036b96adc Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Wed, 25 Sep 2024 21:49:38 +0200 Subject: [PATCH] Slight adjustments to github bug_report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b3eb471..d41f982 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 @@ -92,5 +93,5 @@ body: required: true - label: I have updated the title field above with a concise description. required: true - - label: I have double checked that my inverter does not contain a W in the model name (like HMS-xxxW) as they are not supported + - label: I have double checked that my inverter does not contain a W in the model name (like HMS-xxxW) as they are not supported. required: true