Browse Source

Update report.yaml

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

11
.github/ISSUE_TEMPLATE/report.yaml

@ -3,6 +3,7 @@ description: "File a bug report"
title: "[ESP8266/ESP32/RaspberryPi] Problem Description / Beschreibung" title: "[ESP8266/ESP32/RaspberryPi] Problem Description / Beschreibung"
labels: ["bug", "needs-triage"] labels: ["bug", "needs-triage"]
assignees: assignees:
- stefan123t
body: body:
- type: markdown - type: markdown
attributes: attributes:
@ -43,3 +44,13 @@ body:
- "[ ] 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
id: antenna
attributes:
label: Antenna
description: "What type of antenna has your nRF24L01+ module ?"
options:
- circuit Board
- external Antenna
validations:
required: true

Loading…
Cancel
Save