mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-09 15:06:37 +02:00
Update report.yaml
This commit is contained in:
parent
7194787796
commit
b79f3e56a0
1 changed files with 88 additions and 1 deletions
87
.github/ISSUE_TEMPLATE/report.yaml
vendored
87
.github/ISSUE_TEMPLATE/report.yaml
vendored
|
@ -25,6 +25,7 @@ body:
|
||||||
- ESP8266
|
- ESP8266
|
||||||
- ESP32
|
- ESP32
|
||||||
- RaspberryPi
|
- RaspberryPi
|
||||||
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: model
|
id: model
|
||||||
|
@ -54,3 +55,89 @@ body:
|
||||||
- external Antenna
|
- external Antenna
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: power-stabilization
|
||||||
|
attributes:
|
||||||
|
label: Power Stabilization
|
||||||
|
description: "What kind of power stabilization have you used for your nRF24L01+ module ?"
|
||||||
|
options:
|
||||||
|
- "[ ] noting (yet)"
|
||||||
|
- "[ ] ~100uF Electrolytic Capacitor [connected between +3.3V and GND (Pin 1 & 2) of the NRF Module]"
|
||||||
|
- "[ ] Voltage stabilizing motherboard"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: connection-diagram
|
||||||
|
attributes:
|
||||||
|
label: Connection diagram
|
||||||
|
description: Tell us which connection diagram you used?
|
||||||
|
placeholder:
|
||||||
|
value: |
|
||||||
|
"## Connection diagram I used:"
|
||||||
|
"| nRF24L01+ Pin | ESP8266/32 GPIO |"
|
||||||
|
"| ------------- | --------------- |"
|
||||||
|
"| Pin 1 GND [] | GND |"
|
||||||
|
"| Pin 2 +3.3V | +3.3V |"
|
||||||
|
"| Pin 3 CE | GPIO_2/_4 CE |"
|
||||||
|
"| Pin 4 CSN | GPIO15/_5 CS |"
|
||||||
|
"| Pin 5 SCK | GPIO14/18 SCLK |"
|
||||||
|
"| Pin 6 MOSI | GPIO13/23 MOSI |"
|
||||||
|
"| Pin 7 MISO | GPIO12/19 MISO |"
|
||||||
|
"| Pin 8 IRQ | GPIO_0/0 IRQ |"
|
||||||
|
"Note: [] GND Pin 1 has a square mark on the nRF24L01+ module"
|
||||||
|
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:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: software
|
||||||
|
attributes:
|
||||||
|
label: "Build & Flash Method"
|
||||||
|
description: "What software do you use to build and flash our firmware images ?"
|
||||||
|
options:
|
||||||
|
- "[ ] ESP Tools"
|
||||||
|
- "[ ] Platform IO"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: desktop-os
|
||||||
|
attributes:
|
||||||
|
label: Desktop
|
||||||
|
description: "Which operating system are you using on your desktop?"
|
||||||
|
options:
|
||||||
|
- "[ ] Linux"
|
||||||
|
- "[ ] Mac OS"
|
||||||
|
- "[ ] Windows"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: Debugging
|
||||||
|
attributes:
|
||||||
|
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.
|
||||||
|
placeholder: |
|
||||||
|
- "[ ] USB Serial Log (attached)"
|
||||||
|
- "[ ] Setup settings (use our templates ... to be added)"
|
||||||
|
render: shell
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
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.
|
||||||
|
render: shell
|
||||||
|
- type: checkboxes
|
||||||
|
id: terms
|
||||||
|
attributes:
|
||||||
|
label: Connection picture
|
||||||
|
description:
|
||||||
|
options:
|
||||||
|
- label: "I will attach/upload an Image of my wiring"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue