chore: Add 'setup' field to problem report template (#20708)

Allow to discern patterns of behaviors emerging from specific setups (virtualization, low resource devices, etc).
This commit is contained in:
Nerivec
2024-01-10 08:18:34 +01:00
committed by GitHub
parent 9eaaa0f9d1
commit 3c9620428e
@@ -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: