From 406dbc25cbae9c89b8ae4a875b9a444639917495 Mon Sep 17 00:00:00 2001 From: Siyuan Miao Date: Mon, 14 Jul 2025 15:24:52 +0200 Subject: [PATCH] chore: add remote device info --- .github/ISSUE_TEMPLATE/bug.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 443917f..fd3be8a 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -55,6 +55,18 @@ body: - Serial Console validations: 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 attributes: label: Bug description