Skip to content

Commit

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

0 comments on commit 324cc2a

Please sign in to comment.