From 7f6dde3a5f3800a8fe2174100444efd85c6059a9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 9 Feb 2021 17:14:44 +0100 Subject: [PATCH] Fix issue template forms (#2543) --- .github/{ISSUE_TEMPLATE/BUG_REPORT.md => ISSUE_TEMPLATE.md} | 0 .../ISSUE_TEMPLATE/{z_bug_report_form.yml => bug_report.yml} | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/{ISSUE_TEMPLATE/BUG_REPORT.md => ISSUE_TEMPLATE.md} (100%) rename .github/ISSUE_TEMPLATE/{z_bug_report_form.yml => bug_report.yml} (96%) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE.md similarity index 100% rename from .github/ISSUE_TEMPLATE/BUG_REPORT.md rename to .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/z_bug_report_form.yml b/.github/ISSUE_TEMPLATE/bug_report.yml similarity index 96% rename from .github/ISSUE_TEMPLATE/z_bug_report_form.yml rename to .github/ISSUE_TEMPLATE/bug_report.yml index a1b6f5965..9f97bbfbf 100644 --- a/.github/ISSUE_TEMPLATE/z_bug_report_form.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -13,7 +13,7 @@ inputs: [fr]: https://community.home-assistant.io/c/feature-requests - type: input attributes: - label: What is the version of the Supervisor used? + label: What is the used version of the Supervisor? required: true placeholder: supervisor- description: > @@ -40,7 +40,7 @@ inputs: attributes: label: What is the version of your installed operating system? required: true - placeholder: 5.10 + placeholder: "5.11" description: Can be found in the Supervisor panel -> System tab. - type: input attributes: