diff --git a/.github/ISSUE_TEMPLATE/report.yaml b/.github/ISSUE_TEMPLATE/report.yaml index 021916ac..2129ea62 100644 --- a/.github/ISSUE_TEMPLATE/report.yaml +++ b/.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