From 827d1ff32d6f5cf777328b8096fb71bfc4551bcd Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Sun, 7 Jul 2024 18:00:40 -0700 Subject: [PATCH] add driver selection to bug-report.yml template --- .github/ISSUE_TEMPLATE/bug-report.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 87ba750..3fb75e2 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -87,6 +87,25 @@ body: Codename: bookworm render: text + - type: dropdown + id: linux-driver + attributes: + label: If using Linux, what RF24 driver did you select? + description: |- + These are hardware drivers that the RF24 library supports on Linux. + Please select which one you used. + + > [!note] + > The `SPIDEV` is highly recommended and will be the only driver supported in the future. + > See rationale in [nRF24/RF24#971](https://github.com/nRF24/RF24/issues/971). + options: + - SPIDEV (linux kernel) + - RPi (BCM2835 library) + - MRAA + - wiringPi + - pigpio + - LittleWire + - type: textarea id: user-issue attributes: