Browse Source

Update report.yaml

pull/347/head
stefan123t 3 years ago
committed by GitHub
parent
commit
25d2afe0ee
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 59
      .github/ISSUE_TEMPLATE/report.yaml

59
.github/ISSUE_TEMPLATE/report.yaml

@ -27,7 +27,7 @@ body:
- RaspberryPi - RaspberryPi
validations: validations:
required: true required: true
- type: textarea - type: input
id: model id: model
attributes: attributes:
label: Model name label: Model name
@ -42,17 +42,20 @@ body:
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+ Plus
- square dot indicates original Nordic Semicon chip - label: you verified this is a model capable of the required 256kBit/s mode
- round dot indicates copy-cat / counterfeit SI labs chip - square dot
- label: indicates original Nordic Semicon chip
- round dot
- label: indicates copy-cat / counterfeit SI labs chip
- type: dropdown - type: dropdown
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
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
@ -61,9 +64,11 @@ body:
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) - nothing
- ~100uF Electrolytic Capacitor [connected between +3.3V and GND (Pin 1 & 2) of the NRF Module] - ~100uF Elko
- Voltage stabilizing motherboard - label: Electrolytic Capacitor [connected between +3.3V and GND (Pin 1 & 2) of the NRF Module]
- board
- label: Voltage stabilizing motherboard
validations: validations:
required: true required: true
- type: textarea - type: textarea
@ -83,25 +88,42 @@ body:
| Pin 6 MOSI | GPIO13/23 MOSI | | Pin 6 MOSI | GPIO13/23 MOSI |
| Pin 7 MISO | GPIO12/19 MISO | | Pin 7 MISO | GPIO12/19 MISO |
| Pin 8 IRQ | GPIO_0/0 IRQ | | Pin 8 IRQ | GPIO_0/0 IRQ |
Note: [] GND Pin 1 has a square mark on the nRF24L01+ module Note: [] GND Pin 1 has a square mark on the nRF24L01+ module
validations: validations:
required: true required: true
- type: checkboxes
id: connection-picture
attributes:
label: Connection picture
description:
options:
- label: I will attach/upload an Image of my wiring
validations:
required: true
- type: markdown - type: markdown
attributes: attributes:
value: "## Software" value: "## Software"
- type: input - type: input
id: software id: software-version
attributes: attributes:
label: Software label: Version
description: What version of our software are you running ? description: What version of our software are you running ?
placeholder: "Version: 0.5.17 Github Hash: 5402e9b" placeholder: 0.5.17
value: "Version: _._.__ Github Hash: _______" validations:
required: true
- type: input
id: software-githash
attributes:
label: Github Hash
description: Which GitHub hash has the build of our software ?
placeholder: 5402e9b
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: build-and-flash-method id: build-and-flash-method
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
@ -128,12 +150,3 @@ body:
- 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: checkboxes
id: connection-picture
attributes:
label: Connection picture
description:
options:
- label: I will attach/upload an Image of my wiring
validations:
required: true

Loading…
Cancel
Save