Skip to content

Commit

Permalink
[Github] add ble peripheral module
Browse files Browse the repository at this point in the history
  • Loading branch information
chipweinberger committed Sep 18, 2023
1 parent cce234e commit 69582b4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ body:
placeholder: ex. iOS 12.3.1
validations:
required: true
- type: input
id: ble-module
attributes:
label: Bluetooth Module
description: What ble module is your device using?
placeholder: ex. Arduino HC-08, Espressif esp32-s2, TI CC2541, Nordic nRF52840, NXP QN908x
validations:
required: true
- type: textarea
id: what-happened
attributes:
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ body:
placeholder: ex. iOS 12.3.1
validations:
required: true
- type: input
id: ble-module
attributes:
label: Bluetooth Module
description: What ble module is your device using?
placeholder: ex. Arduino HC-08, Espressif esp32-s2, TI CC2541, Nordic nRF52840, NXP QN908x
validations:
required: true
- type: textarea
id: feature-request
attributes:
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ body:
placeholder: ex. iOS 12.3.1
validations:
required: true
- type: input
id: ble-module
attributes:
label: Bluetooth Module
description: What ble module is your device using?
placeholder: ex. Arduino HC-08, Espressif esp32-s2, TI CC2541, Nordic nRF52840, NXP QN908x
validations:
required: true
- type: textarea
id: question
attributes:
Expand Down

0 comments on commit 69582b4

Please sign in to comment.