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: