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 ? 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"
- [ ] square dot indicates original Nordic Semicon chip - "[ ] square dot indicates original Nordic Semicon chip"
- [ ] round dot indicates copy-cat / counterfeit SI labs chip - "[ ] round dot indicates copy-cat / counterfeit SI labs chip"
- type: dropdown - type: dropdown
id: antenna id: antenna
attributes: attributes:
@ -59,9 +59,9 @@ 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) - "[ ] 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: validations:
required: true required: true
- type: textarea - type: textarea
@ -100,8 +100,8 @@ body:
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
@ -110,9 +110,9 @@ body:
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
@ -121,8 +121,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

Loading…
Cancel
Save