From 3c9620428ea00d759bd1001322b0ead55eca2285 Mon Sep 17 00:00:00 2001 From: Nerivec <62446222+Nerivec@users.noreply.github.com> Date: Wed, 10 Jan 2024 08:18:34 +0100 Subject: [PATCH] chore: Add 'setup' field to problem report template (#20708) Allow to discern patterns of behaviors emerging from specific setups (virtualization, low resource devices, etc). --- .github/ISSUE_TEMPLATE/problem_report.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/problem_report.yaml b/.github/ISSUE_TEMPLATE/problem_report.yaml index d7ebc909b9..d4905baccb 100644 --- a/.github/ISSUE_TEMPLATE/problem_report.yaml +++ b/.github/ISSUE_TEMPLATE/problem_report.yaml @@ -57,6 +57,14 @@ body: placeholder: Electrolama zig-a-zig-ah! (zzh!), Slaesh's CC2652RB stick, ... validations: required: true + - type: input + id: setup + attributes: + label: Setup + description: How do you run Z2M (plain, add-on...) and on what machine (Pi, x86-64, containerized...)? + placeholder: Add-on on Home Assistant OS on Intel NUC, Plain on Docker container, ... + validations: + required: true - type: textarea id: log attributes: