From 857f369e13143c562ca2386bd769a9e8c5b67eea Mon Sep 17 00:00:00 2001 From: stefan123t Date: Fri, 14 Oct 2022 01:13:40 +0200 Subject: [PATCH] Update report.yaml --- .github/ISSUE_TEMPLATE/report.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/report.yaml b/.github/ISSUE_TEMPLATE/report.yaml index 70288296..03d4f7a3 100644 --- a/.github/ISSUE_TEMPLATE/report.yaml +++ b/.github/ISSUE_TEMPLATE/report.yaml @@ -3,6 +3,7 @@ description: "File a bug report" title: "[ESP8266/ESP32/RaspberryPi] Problem Description / Beschreibung" labels: ["bug", "needs-triage"] assignees: + - stefan123t body: - type: markdown attributes: @@ -43,3 +44,13 @@ body: - "[ ] 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: + label: Antenna + description: "What type of antenna has your nRF24L01+ module ?" + options: + - circuit Board + - external Antenna + validations: + required: true