From 1d5ab417d233c44a9b73300c1a12668fa96add01 Mon Sep 17 00:00:00 2001 From: Krisjanis Lejejs Date: Fri, 6 Dec 2024 00:28:09 +0200 Subject: [PATCH] Add screenshot field to issue templates --- .github/ISSUE_TEMPLATE/1-bug_report.yml | 6 ++++++ .github/ISSUE_TEMPLATE/2-feature_request.yml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1-bug_report.yml b/.github/ISSUE_TEMPLATE/1-bug_report.yml index 3535950..cb303c8 100644 --- a/.github/ISSUE_TEMPLATE/1-bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug_report.yml @@ -32,6 +32,12 @@ body: label: Debug File Data description: Please attach Thermia debug file data that can help diagnose the issue. To get the debug file data, see [README.md](https://github.com/klejejs/ha-thermia-heat-pump-integration?tab=readme-ov-file#adding-support-for-new-heat-pump-models). + - type: textarea + id: screenshots_from_ui + attributes: + label: Screenshots from Thermia Online web interface + description: If possible/applicable, please add screenshots from the Thermia Online web interface showing how the sensor/switch is displayed there. + - type: checkboxes id: latest_version attributes: diff --git a/.github/ISSUE_TEMPLATE/2-feature_request.yml b/.github/ISSUE_TEMPLATE/2-feature_request.yml index 6d05d96..df20ef5 100644 --- a/.github/ISSUE_TEMPLATE/2-feature_request.yml +++ b/.github/ISSUE_TEMPLATE/2-feature_request.yml @@ -40,6 +40,12 @@ body: label: Debug File Data description: Please attach Thermia debug file data that can help diagnose the issue. To get the debug file data, see [README.md](https://github.com/klejejs/ha-thermia-heat-pump-integration?tab=readme-ov-file#adding-support-for-new-heat-pump-models). + - type: textarea + id: screenshots_from_ui + attributes: + label: Screenshots from Thermia Online web interface + description: If possible/applicable, please add screenshots from the Thermia Online web interface showing how the sensor/switch is displayed there. + - type: checkboxes id: latest_version attributes: