Skip to content

Commit

Permalink
add driver selection to bug-report.yml template
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jul 8, 2024
1 parent 74ce43e commit 827d1ff
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 827d1ff

Please sign in to comment.