mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-29 16:56:10 +02:00
Update report.yaml
This commit is contained in:
parent
ef4f9f31d5
commit
13fb00dc2b
1 changed files with 26 additions and 17 deletions
43
.github/ISSUE_TEMPLATE/report.yaml
vendored
43
.github/ISSUE_TEMPLATE/report.yaml
vendored
|
@ -38,8 +38,8 @@ body:
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: nrf24l01-module
|
id: nrf24l01-module
|
||||||
attributes:
|
attributes:
|
||||||
label: "nRF24L01+ Module"
|
label: nRF24L01+ Module
|
||||||
description: "What type of nRF24L01+ chip is on your nRF24L01+ module ?"
|
description: What type of nRF24L01+ chip is on your nRF24L01+ module ?
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- nRF24L01+ you verified this is a Plus model capable of the required 256kBit/s mode
|
- nRF24L01+ you verified this is a Plus model capable of the required 256kBit/s mode
|
||||||
|
@ -49,7 +49,7 @@ body:
|
||||||
id: antenna
|
id: antenna
|
||||||
attributes:
|
attributes:
|
||||||
label: Antenna
|
label: Antenna
|
||||||
description: "What type of antenna has your nRF24L01+ module ?"
|
description: What type of antenna has your nRF24L01+ module ?
|
||||||
options:
|
options:
|
||||||
- circuit Board
|
- circuit Board
|
||||||
- external Antenna
|
- external Antenna
|
||||||
|
@ -59,32 +59,41 @@ body:
|
||||||
id: power-stabilization
|
id: power-stabilization
|
||||||
attributes:
|
attributes:
|
||||||
label: Power Stabilization
|
label: Power Stabilization
|
||||||
description: "What kind of power stabilization have you used for your nRF24L01+ module ?"
|
description: What kind of power stabilization have you used for your nRF24L01+ module ?
|
||||||
options:
|
options:
|
||||||
- "[ ] noting (yet)"
|
- noting (yet)
|
||||||
- "[ ] ~100uF Electrolytic Capacitor [connected between +3.3V and GND (Pin 1 & 2) of the NRF Module]"
|
- ~100uF Electrolytic Capacitor [connected between +3.3V and GND (Pin 1 & 2) of the NRF Module]
|
||||||
- "[ ] Voltage stabilizing motherboard"
|
- Voltage stabilizing motherboard
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: software
|
||||||
|
attributes:
|
||||||
|
label: Software
|
||||||
|
description: What version of our software are you running ?
|
||||||
|
placeholder: Version: 0.5.17 Github Hash: 5402e9b
|
||||||
|
value: Version: _._.__ Github Hash: _______
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: software
|
id: software
|
||||||
attributes:
|
attributes:
|
||||||
label: "Build & Flash Method"
|
label: "Build & Flash Method"
|
||||||
description: "What software do you use to build and flash our firmware images ?"
|
description: What software do you use to build and flash our firmware images ?
|
||||||
options:
|
options:
|
||||||
- "[ ] ESP Tools"
|
- ESP Tools
|
||||||
- "[ ] Platform IO"
|
- Platform IO
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: desktop-os
|
id: desktop-os
|
||||||
attributes:
|
attributes:
|
||||||
label: Desktop
|
label: Desktop
|
||||||
description: "Which operating system are you using on your desktop?"
|
description: Which operating system are you using on your desktop ?
|
||||||
options:
|
options:
|
||||||
- "[ ] Linux"
|
- Linux
|
||||||
- "[ ] Mac OS"
|
- Mac OS
|
||||||
- "[ ] Windows"
|
- Windows
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -93,8 +102,8 @@ body:
|
||||||
label: Relevant log output
|
label: Relevant log output
|
||||||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
- "[ ] USB Serial Log (attached)"
|
- USB Serial Log (attached)
|
||||||
- "[ ] Setup settings (use our templates ... to be added)"
|
- Setup settings (use our templates ... to be added)
|
||||||
render: shell
|
render: shell
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: logs
|
id: logs
|
||||||
|
@ -108,6 +117,6 @@ body:
|
||||||
label: Connection picture
|
label: Connection picture
|
||||||
description:
|
description:
|
||||||
options:
|
options:
|
||||||
- label: "I will attach/upload an Image of my wiring"
|
- label: I will attach/upload an Image of my wiring
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue