From 1145e4b81b710f438a975e76a22888d9a59b3ff2 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Thu, 23 Dec 2021 21:08:31 +0100 Subject: [PATCH] Update --- .github/ISSUE_TEMPLATE/problem_report.yaml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/problem_report.yaml b/.github/ISSUE_TEMPLATE/problem_report.yaml index 6e9074f77..3078dbc30 100644 --- a/.github/ISSUE_TEMPLATE/problem_report.yaml +++ b/.github/ISSUE_TEMPLATE/problem_report.yaml @@ -65,16 +65,11 @@ body: - CC2538 based adapter - ZiGate - EZSP - - type: dropdown + - type: textarea id: log - validations: - required: true attributes: label: Debug log - description: After enabling [debug logging](https://www.zigbee2mqtt.io/guide/usage/debug.html) the log can be found under `data/log`.
After submitting this issue add a comment to it with the log file attached.
[How to attach file](https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/attaching-files) - multiple: false - options: - - I will attach the debug log - - I will not attach the debug log - - + description: After enabling [debug logging](https://www.zigbee2mqtt.io/guide/usage/debug.html) the log can be found under `data/log`. Click on the text area below and drag the file into it to attach. + placeholder: Click here and drag the file into it + validations: + required: true \ No newline at end of file