From 80fb8c70f5a0c63b84ebdff40b91e109282e9ebd Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Wed, 9 Apr 2025 17:39:05 +0200 Subject: [PATCH] Slight optimization in bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8f357930..0c09f37b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -4,8 +4,8 @@ labels: ["bug"] body: - type: markdown attributes: - value: > - ### ⚠️ Please remember: issues are for *bugs* + value: | + ### ⚠️ Please remember: issues are for *bugs*⚠️ That is, something you believe affects every single user of OpenDTU, not just you. If you're not sure, start with one of the other options below. - type: markdown attributes: @@ -56,15 +56,15 @@ body: id: version attributes: label: What git-hash/version of OpenDTU? - description: You can find this in by going to Info -> System + description: You can find this in the Web UI at Info -> System. placeholder: "e.g. 359d513" validations: required: true - type: input id: environment attributes: - label: What firmware variant (PIO Environment) are you using? - description: You can find this in by going to Info -> System + label: What firmware variant (PIO Environment)? + description: You can find this in the Web UI at Info -> System. placeholder: "generic_esp32s3_usb" validations: required: true