From fe65e73fffbb4d5a76a24cca0cd3e0309cc43a3a Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Fri, 17 Jan 2025 18:23:58 +0100 Subject: [PATCH] chore: add version 1.0.0 to bug issue template (#1983) --- .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 e03d0202b..5f0096e8f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -32,6 +32,7 @@ body: description: What version of Homarr are you running? options: - 1.0.0-beta + - 1.0.0 - Other (describe in "additional information") default: 0 validations: @@ -75,4 +76,4 @@ body: - Other (describe in "additional information") default: 0 validations: - required: false \ No newline at end of file + required: false