From ad90f21b19aa827262c96fa274205275d55c1946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Rebelo?= Date: Sun, 2 Jun 2024 20:46:27 +0100 Subject: [PATCH] Add note to include bluetooth name when requesting device --- .gitea/issue_template/device_request.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/issue_template/device_request.yml b/.gitea/issue_template/device_request.yml index 724f12054..5d50f59bd 100644 --- a/.gitea/issue_template/device_request.yml +++ b/.gitea/issue_template/device_request.yml @@ -50,7 +50,9 @@ body: label: Device information description: > Include all details about the gadget that will be useful to us when implementing a support for this gadget. - + + If possible, please include the exact bluetooth name, as displayed while searching for the device. + Ideally, use an Android Bluetooth scanner app like nRF Connect or BLExplorer and provide screenshots of the scanned gadget from that app. This provides a name and some available UUIDs, which are needed for implementation. You may want to blur MAC addresses for privacy reasons. @@ -74,4 +76,4 @@ body: - Yes, I have the gadget and I'm willing to provide further feedback and help testing. - No, I don't have the gadget or/and I'm not able to help during the development. validations: - required: true \ No newline at end of file + required: true