From 324cc2a9c7b7220f56d944f535219654a7dd2074 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Sun, 7 Jul 2024 17:52:48 -0700 Subject: [PATCH] add driver selection to bug-report template --- .github/ISSUE_TEMPLATE/bug-report.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 87ba750b..4498f44e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -87,6 +87,21 @@ body: Codename: bookworm render: text + - type: dropdown + id: linux-driver + attributes: + label: If using Linux, what RF24 driver did you select? + description: >- + The following are hardware drivers that the RF24 library supports on Linux. + Please select which one you chose (SPIDEV is highly recommended) + options: + - SPIDEV (linux kernel) + - RPi (BCM2835 library) + - MRAA + - wiringPi + - pigpio + - LittleWire + - type: textarea id: user-issue attributes: