chore: add remote device info

This commit is contained in:
Siyuan Miao 2025-07-14 15:24:52 +02:00
parent 50d2674281
commit 406dbc25cb
1 changed files with 12 additions and 0 deletions

View File

@ -55,6 +55,18 @@ body:
- Serial Console - Serial Console
validations: validations:
required: false required: false
- type: input
attributes:
label: Remote device Hardware
description: If the bug is related to a remote device, please provide its hardware information e.g. Raspberry Pi 5
validations:
required: false
- type: input
attributes:
label: Remote device OS
description: If the bug is related to a remote device, please provide its OS information as detailed as possible e.g. Debian 12.
validations:
required: false
- type: textarea - type: textarea
attributes: attributes:
label: Bug description label: Bug description