Skip to content

Commit

Permalink
chore: Add 'setup' field to problem report template (#20708)
Browse files Browse the repository at this point in the history
Allow to discern patterns of behaviors emerging from specific setups (virtualization, low resource devices, etc).
  • Loading branch information
Nerivec authored Jan 10, 2024
1 parent 9eaaa0f commit 3c96204
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/problem_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3c96204

Please sign in to comment.