Browse Source

Update report.yaml

escape markdown text
pull/347/head
stefan123t 2 years ago
committed by GitHub
parent
commit
7cbb02c4ae
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 26
      .github/ISSUE_TEMPLATE/report.yaml

26
.github/ISSUE_TEMPLATE/report.yaml

@ -40,9 +40,9 @@ body:
description: What type of nRF24L01+ chip is on your nRF24L01+ module ?
multiple: true
options:
- [ ] nRF24L01+ you verified this is a Plus model capable of the required 256kBit/s mode
- [ ] square dot indicates original Nordic Semicon chip
- [ ] round dot indicates copy-cat / counterfeit SI labs chip
- "[ ] nRF24L01+ you verified this is a Plus model capable of the required 256kBit/s mode"
- "[ ] square dot indicates original Nordic Semicon chip"
- "[ ] round dot indicates copy-cat / counterfeit SI labs chip"
- type: dropdown
id: antenna
attributes:
@ -59,9 +59,9 @@ body:
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
- "[ ] 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
@ -100,8 +100,8 @@ body:
label: Build & Flash Method
description: What software do you use to build and flash our firmware images ?
options:
- [ ] ESP Tools
- [ ] Platform IO
- "[ ] ESP Tools"
- "[ ] Platform IO"
validations:
required: true
- type: dropdown
@ -110,9 +110,9 @@ body:
label: Desktop
description: Which operating system are you using on your desktop?
options:
- [ ] Linux
- [ ] Mac OS
- [ ] Windows
- "[ ] Linux"
- "[ ] Mac OS"
- "[ ] Windows"
validations:
required: true
- type: textarea
@ -121,8 +121,8 @@ body:
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)
- "[ ] USB Serial Log (attached)"
- "[ ] Setup settings (use our templates ... to be added)"
render: shell
- type: textarea
id: logs

Loading…
Cancel
Save